From a4093fe8732aba4e4ee1c9e1d1f1984a6418a917 Mon Sep 17 00:00:00 2001 From: Andrea Milazzo Date: Sun, 12 Jan 2025 02:37:15 +0100 Subject: [PATCH] Fix --- .github/workflows/build-rpi3-raylib-static.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-rpi3-raylib-static.yaml b/.github/workflows/build-rpi3-raylib-static.yaml index 840142c..29f4924 100644 --- a/.github/workflows/build-rpi3-raylib-static.yaml +++ b/.github/workflows/build-rpi3-raylib-static.yaml @@ -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