diff options
Diffstat (limited to 'configmgr/prj/d.lst')
-rw-r--r-- | configmgr/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/prj/d.lst b/configmgr/prj/d.lst index 7d49d5140d75..d03a5bdf9ea9 100644 --- a/configmgr/prj/d.lst +++ b/configmgr/prj/d.lst @@ -11,4 +11,4 @@ mkdir: %_DEST%\inc%_EXT%\configmgr ..\%__SRC%\misc\configmgr2.uno.xml %_DEST%\xml%_EXT%\configmgr2.uno.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" |