[chronojump] mac Makefile using python3 on osxrelocator.py
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] mac Makefile using python3 on osxrelocator.py
- Date: Fri, 29 May 2020 19:16:54 +0000 (UTC)
commit 8a9e39953b1e56aea2dd94ac65e51ccfeb1c5a9f
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri May 29 21:15:47 2020 +0200
mac Makefile using python3 on osxrelocator.py
package/macos/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/package/macos/Makefile b/package/macos/Makefile
index a1a60105..bbc8ed00 100644
--- a/package/macos/Makefile
+++ b/package/macos/Makefile
@@ -32,7 +32,7 @@ install_mono:
cp -r $(MONO_DIR)/lib/lib*dylib $(APP_DIR)/Home/lib/
cp $(MONO_DIR)/lib/*sharpglue*.so $(APP_DIR)/Home/lib/
codesign --remove-signature $(APP_DIR)/Home/lib/lib*dylib
- python $(RESOURCES_DIR)/osxrelocator.py lib/ $(APP_DIR)/Home/
/Library/Frameworks/Mono.framework/Versions/6.8.0/ --recursive
+ python3 $(RESOURCES_DIR)/osxrelocator.py lib/ $(APP_DIR)/Home/
/Library/Frameworks/Mono.framework/Versions/6.8.0/ --recursive
bundle:
# Generate Info.plist file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]