Mark Sibly 7 年之前
父節點
當前提交
3141714971
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      bin/env_macos.txt

+ 6 - 2
bin/env_macos.txt

@@ -2,8 +2,12 @@
 '***** MACOS DESKTOP TARGET *****
 '***** MACOS DESKTOP TARGET *****
 
 
 'Hacks for dylibs in app
 'Hacks for dylibs in app
-MX2_APP_DIR_DYLIB=						'ie: dylibs go in app Contents/MacOS dir
-MX2_APP_DIR_FRAMEWORK=../Frameworks		'ie: frameworks go in app Contents/Frameworks dir
+
+'dylibs for in Contents/MacOS dir...
+MX2_APP_DIR_DYLIB=
+
+'frameworks go in app Contents/Frameworks dir
+MX2_APP_DIR_FRAMEWORK=../Frameworks
 
 
 'LD options
 'LD options
 MX2_LD_OPTS_MACOS=-mmacosx-version-min=10.9 -Wl,-rpath,@executable_path -Wl,-rpath,@executable_path/../Frameworks
 MX2_LD_OPTS_MACOS=-mmacosx-version-min=10.9 -Wl,-rpath,@executable_path -Wl,-rpath,@executable_path/../Frameworks