summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2021-12-29 19:01:20 +0100
committerGitHub <[email protected]>2021-12-29 19:01:20 +0100
commitb1607ad9e73bdf334d0ab1458b2345e5beb88106 (patch)
tree0b50d2eacf1c7aa3a957ff31981de82a30bf2db6 /.github
parente22220973252c5c66c9dbe598108c0b92b96b625 (diff)
downloadraylib-b1607ad9e73bdf334d0ab1458b2345e5beb88106.tar.gz
raylib-b1607ad9e73bdf334d0ab1458b2345e5beb88106.zip
Update linux.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index d622cd4d..cdfd7f30 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -60,11 +60,11 @@ jobs:
cd ../../../raylib
# ${{ matrix.ARCH }}-linux-gnu-gcc -v
- # TODO: Support 32bit (i386) shared library building
+ # TODO: Support 32bit (i386) static/shared library building
- 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" 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