summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-19 10:35:05 +0200
committerGitHub <[email protected]>2020-08-19 10:35:05 +0200
commitd875ea4d24cb11e5da8cb6323cb07520ea0df7c1 (patch)
tree4db1f76819467d7679422c7e2464c3dce4e7a2c1 /.github/workflows/macos.yml
parent0fc897e82f58d6677e669f400807dcd733f81c9a (diff)
downloadraylib-d875ea4d24cb11e5da8cb6323cb07520ea0df7c1.tar.gz
raylib-d875ea4d24cb11e5da8cb6323cb07520ea0df7c1.zip
Update macos.yml
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6a899cb0..07f7b800 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -27,7 +27,7 @@ jobs:
run: |
cd src
gcc -v
- make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" CFLAGS=-DGL_SILENCE_DEPRECATION
+ make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" CFLAGS="-target x86_64-apple-macos10.12 -DGL_SILENCE_DEPRECATION"
make clean
make PLATFORM=PLATFORM_DESKTOP RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" CFLAGS=-DGL_SILENCE_DEPRECATION -B
cd ..