diff options
-rw-r--r-- | cpputools/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpputools/prj/d.lst b/cpputools/prj/d.lst index 6d417395219c..ccb0f3f110e2 100644 --- a/cpputools/prj/d.lst +++ b/cpputools/prj/d.lst @@ -15,4 +15,4 @@ -dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" +dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" |