We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7b37d commit e1b4851Copy full SHA for e1b4851
scripts/022-libjson.sh
@@ -10,7 +10,7 @@ rm -Rf jsonc && mkdir jsonc && tar --strip-components=1 --directory=jsonc -xvzf
10
cd jsonc
11
12
## Configure the build.
13
-CFLAGS="-I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include" \
+CFLAGS="-Wno-error -I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include" \
14
LDFLAGS="-L$PSL1GHT/ppu/lib -L$PS3DEV/portlibs/ppu/lib -lrt -llv2" \
15
PKG_CONFIG_PATH="$PS3DEV/portlibs/ppu/lib/pkgconfig" \
16
AR="powerpc64-ps3-elf-ar" CC="powerpc64-ps3-elf-gcc" RANLIB="powerpc64-ps3-elf-ranlib" \
0 commit comments