From a4e13c7bbf1e7365671aa3db9ff426c2c8f1d4cd Mon Sep 17 00:00:00 2001 From: rexim Date: Wed, 27 Mar 2024 02:36:04 +0700 Subject: Port Source Code to Ada 2012 --- build-macos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-macos.sh') 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 ' CFBundleIconFile icon.ico -' > eepers.app/Contents/Info.plist \ No newline at end of file +' > eepers.app/Contents/Info.plist -- cgit v1.2.3