diff options
Diffstat (limited to 'tools/darwin/Support/copyframeworks-dylibs2frameworks.command')
-rwxr-xr-x | tools/darwin/Support/copyframeworks-dylibs2frameworks.command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/Support/copyframeworks-dylibs2frameworks.command b/tools/darwin/Support/copyframeworks-dylibs2frameworks.command index caca45b371..a606f44abc 100755 --- a/tools/darwin/Support/copyframeworks-dylibs2frameworks.command +++ b/tools/darwin/Support/copyframeworks-dylibs2frameworks.command @@ -17,7 +17,7 @@ # along with MrMC; see the file COPYING. If not, see # <http://www.gnu.org/licenses/>. -#set -x +set -x TARGET_CONTENTS="${TARGET_BUILD_DIR}/${EXECUTABLE_FOLDER_PATH}" TARGET_FRAMEWORKS=$TARGET_BUILD_DIR/$FRAMEWORKS_FOLDER_PATH |