From 06d3d86a2c7a114345ad745b1a3434f4a1f99bb8 Mon Sep 17 00:00:00 2001 From: abcd1234-byte <77410525+abcd1234-byte@users.noreply.github.com> Date: Wed, 17 Feb 2021 05:36:58 -0500 Subject: [PATCH] Update build.sh Unbroken compilation --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index d71175f..d9c35c3 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # directory containing the ARM shared libraries (rootfs, lib/ of SD card) # specifically libbrcmEGL.so and libbrcmGLESv2.so -ARM_LIBS=/opt/bcm-rootfs/opt/vc/lib +ARM_LIBS=/opt/vc/lib SDL_LIB=lib # directory containing baseq3/ containing .pk3 files - baseq3 on CD @@ -13,10 +13,10 @@ BASEQ3_DIR="/home/${USER}/" # directory to find khronos linux make files (with include/ containing # headers! Make needs them.) -INCLUDES="-I/opt/bcm-rootfs/opt/vc/include -I/opt/bcm-rootfs/opt/vc/include/interface/vcos/pthreads" +INCLUDES="-I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads" # prefix of arm cross compiler installed -CROSS_COMPILE=bcm2708- +#CROSS_COMPILE=bcm2708- # clean if [ $# -ge 1 ] && [ $1 = clean ]; then