diff options
author | Andrey Filipenkov <decapitator@ukr.net> | 2024-01-19 11:36:42 +0300 |
---|---|---|
committer | Andrey Filipenkov <decapitator@ukr.net> | 2024-01-19 13:58:26 +0300 |
commit | 14615970b66a6f26c8239e55b9adce5a09856ae4 (patch) | |
tree | c9dd1e96895583b32374f286258dae8b9936f490 | |
parent | c87c89e3831f303dc2f1306c69c75d8191eac15c (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 |