Update build.sh

This commit is contained in:
Mike Aizatsky 2016-10-11 14:27:46 -07:00 committed by GitHub
parent fd2ccea312
commit 4a96814127
1 changed files with 1 additions and 2 deletions

View File

@ -17,11 +17,10 @@
# Build the library.
mkdir -p /work/nss
cd /work/nss
hg clone https://hg.mozilla.org/projects/nspr
hg clone https://hg.mozilla.org/projects/nss
ls -alR
cd /work/nss/nss
make BUILD_OPT=1 USE_64=1 NSS_DISABLE_GTESTS=1 CC="$CC $CFLAGS" \
CXX="$CXX $CXXFLAGS" LD="$CC $CFLAGS" ZDEFS_FLAG= clean nss_build_all