summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2021-12-29 19:05:23 +0100
committerGitHub <[email protected]>2021-12-29 19:05:23 +0100
commit79992a8d507c6091ed3ebb4bdb84e72684058a5f (patch)
treeaa7ed58c1d4404b0323b4fbd034228bcc367e7f1 /.github
parentbe5f36444d3510f307059ee1dbc01cd661a375c5 (diff)
downloadraylib-79992a8d507c6091ed3ebb4bdb84e72684058a5f.tar.gz
raylib-79992a8d507c6091ed3ebb4bdb84e72684058a5f.zip
Update linux.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index cdfd7f30..15109e90 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -64,7 +64,7 @@ jobs:
- name: Build Library
run: |
cd src
- # make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" CFLAGS="-m32" -B
+ make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" CUSTOM_CFLAGS="-m32" -B
# make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B
cd ..
if: matrix.bits == 32