summaryrefslogtreecommitdiff
path: root/build-macos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-macos.sh')
-rwxr-xr-xbuild-macos.sh4
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