diff options
author | rexim <reximkut@gmail.com> | 2024-03-27 02:36:04 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-27 02:36:04 +0700 |
commit | a4e13c7bbf1e7365671aa3db9ff426c2c8f1d4cd (patch) | |
tree | e2abd60c72be8415a1f5763989c3facc8f09fb74 /build-macos.sh | |
parent | 0252eb2f99a751c59f25785088a32bcfafa64996 (diff) |
Port Source Code to Ada 2012
Diffstat (limited to 'build-macos.sh')
-rwxr-xr-x | build-macos.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-macos.sh b/build-macos.sh index 7b9ff34..8172a31 100755 --- a/build-macos.sh +++ b/build-macos.sh @@ -2,7 +2,7 @@ set -xe -gnatmake -f -O3 -Wall -Wextra -gnat2022 eepers.adb -bargs -static -largs -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL ./raylib/raylib-5.0_macos/lib/libraylib.a +gnatmake -f -O3 -Wall -Wextra -gnat2012 eepers.adb -bargs -static -largs -framework CoreVideo -framework IOKit -framework Cocoa -framework GLUT -framework OpenGL ./raylib/raylib-5.0_macos/lib/libraylib.a # Bundle executable in an Application rm -rf ./eepers.app @@ -30,4 +30,4 @@ echo '<?xml version="1.0" encoding="UTF-8"?> <key>CFBundleIconFile</key> <string>icon.ico</string> </dict> -</plist>' > eepers.app/Contents/Info.plist
\ No newline at end of file +</plist>' > eepers.app/Contents/Info.plist |