diff options
Diffstat (limited to 'uui/prj')
-rw-r--r-- | uui/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/prj/d.lst b/uui/prj/d.lst index ca6eb5edc38c..6c9faf438d9b 100644 --- a/uui/prj/d.lst +++ b/uui/prj/d.lst @@ -8,4 +8,4 @@ mkdir: %COMMON_DEST%\bin%_EXT%\hid ..\util\uui.xml %_DEST%\xml%_EXT%\uui.xml -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" |