Chromium Code Reviews| Index: ports/libxcb/build.sh |
| diff --git a/ports/libxcb/build.sh b/ports/libxcb/build.sh |
| index e46ca0cd84048cdc7d8cbc3048408a9bf5b83859..f9312aa9145d9b66bf788e30996e33a64ea5fb31 100644 |
| --- a/ports/libxcb/build.sh |
| +++ b/ports/libxcb/build.sh |
| @@ -4,6 +4,7 @@ |
| if [ "${NACL_LIBC}" = "newlib" ]; then |
| NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat" |
| + NACLPORTS_LDFLAGS+=" -lglibc-compat" |
|
Sam Clegg
2015/07/31 22:07:00
Ditto
zhitingzhu
2015/08/01 00:48:15
Done.
|
| fi |
| NACLPORTS_LDFLAGS+=" -lnacl_io" |