summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remotebridges/prj/d.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/remotebridges/prj/d.lst b/remotebridges/prj/d.lst
index 08f8b22e03a2..6a2faee64e3e 100644
--- a/remotebridges/prj/d.lst
+++ b/remotebridges/prj/d.lst
@@ -7,4 +7,4 @@
..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*
-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"