diff options
author | Andrey Filipenkov <decapitator@ukr.net> | 2024-01-19 11:36:42 +0300 |
---|---|---|
committer | Andrey Filipenkov <decapitator@ukr.net> | 2024-01-19 14:13:26 +0300 |
commit | e471352910a6ad447a484f55d32b5d248bea142f (patch) | |
tree | 832c9fe1c8316cbb7d4498b372104f3da776b4b3 | |
parent | 45fdbf4b553f3901b7f9bdee34e5a8cfad32ec11 (diff) |
log script commands
matches behavior of other scripts
-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 |