Skip to content

Commit 7c7371a

Browse files
authored
Merge pull request #33 from bgK/fix-json-c-build
Disable -Werror when building json-c
2 parents 8e7b37d + e1b4851 commit 7c7371a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/022-libjson.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rm -Rf jsonc && mkdir jsonc && tar --strip-components=1 --directory=jsonc -xvzf
1010
cd jsonc
1111

1212
## Configure the build.
13-
CFLAGS="-I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include" \
13+
CFLAGS="-Wno-error -I$PSL1GHT/ppu/include -I$PS3DEV/portlibs/ppu/include" \
1414
LDFLAGS="-L$PSL1GHT/ppu/lib -L$PS3DEV/portlibs/ppu/lib -lrt -llv2" \
1515
PKG_CONFIG_PATH="$PS3DEV/portlibs/ppu/lib/pkgconfig" \
1616
AR="powerpc64-ps3-elf-ar" CC="powerpc64-ps3-elf-gcc" RANLIB="powerpc64-ps3-elf-ranlib" \

0 commit comments

Comments
 (0)