From 9c2264ca754857f8bdf3483b31675ec73f658744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Valor=20Mart=C3=ADnez?= Date: Tue, 29 Nov 2022 19:07:59 +0100 Subject: [PATCH] Actualizado Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1945b43..e2ec594 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,9 @@ macos_release: cp LICENSE "$(releaseFolder)" cp README.md "$(releaseFolder)" +# Create links + ln -s /Applications "$(releaseFolder)"/Applications + # Build INTEL clang++ $(source) -D MACOS_BUNDLE -std=c++11 -Wall -Os -framework SDL2 -F ./Frameworks -ffunction-sections -fdata-sections -o "$(releaseFolder)/$(appName).app/Contents/MacOS/$(executable)" -rpath @executable_path/../Frameworks/ -target x86_64-apple-macos10.12