diff options
Diffstat (limited to 'rdbmaker')
-rw-r--r-- | rdbmaker/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdbmaker/prj/d.lst b/rdbmaker/prj/d.lst index 01dd6d1a5..5c58b1454 100644 --- a/rdbmaker/prj/d.lst +++ b/rdbmaker/prj/d.lst @@ -3,4 +3,4 @@ ..\%__SRC%\bin\rdbmaker %_DEST%\bin%_EXT%\rdbmaker -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" |