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