Skip to content

Commit 1e5657b

Browse files
authored
Merge pull request #359 from davidgiven/dtrg-ab
Fix build dependency issue which was causing some stuff to be unnecessarily rebuilt every time
2 parents 245dfd8 + b4f7822 commit 1e5657b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plat/linux68k/emu/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"=m68kdasm.c",
3232
"=m68k.h",
3333
],
34-
commands=["cp -R $[ins] $[dir]", "cd $[dir] && ./m68kmake"],
34+
commands=["cp $[ins] $[dir]", "cd $[dir] && ./m68kmake"],
3535
)
3636

3737
hostclibrary(

0 commit comments

Comments
 (0)