Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mancausoft committed Jan 12, 2025
1 parent 981a0c4 commit a4093fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpi3-raylib-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cd raylib/src
echo $SYSROOT
ls ../../sysroot/usr/include
make PLATFORM=PLATFORM_DRM USE_RPI_CROSS_COMPILER=TRUE RPI_TOOLCHAIN=/usr RPI_TOOLCHAIN_NAME=arm-linux-gnueabihf INCLUDE_PATHS=' -nostdinc -I ../../sysroot/usr/include -I . -I ../../sysroot/usr/lib/gcc/arm-linux-gnueabihf/8/include -I ../../sysroot/usr/include/arm-linux-gnueabihf/ -I ../../sysroot/usr/include/libdrm'
make PLATFORM=PLATFORM_DRM USE_RPI_CROSS_COMPILER=TRUE RPI_TOOLCHAIN=/usr RPI_TOOLCHAIN_NAME=arm-linux-gnueabihf INCLUDE_PATHS=' -nostdinc -I ../../sysroot/usr/include -I . -I ../../sysroot/usr/lib/gcc/arm-linux-gnueabihf/8/include -I ../../sysroot/usr/include/arm-linux-gnueabihf/ -I ../../sysroot/usr/include/libdrm -I ../../sysroot/usr/lib/gcc/arm-linux-gnueabihf/8/include-fixed/'
- name: Build the project
Expand Down

0 comments on commit a4093fe

Please sign in to comment.