mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Do not use pthreads on NativeClient
This commit is contained in:
@@ -21,7 +21,7 @@ make distclean > /dev/null
|
||||
|
||||
./configure --enable-minimal \
|
||||
--host=nacl \
|
||||
--disable-ssp \
|
||||
--disable-ssp --without-pthreads \
|
||||
--prefix="$PREFIX" || exit 1
|
||||
|
||||
make -j3 check && make -j3 install || exit 1
|
||||
|
||||
@@ -13,7 +13,7 @@ make distclean > /dev/null
|
||||
|
||||
./configure --enable-minimal \
|
||||
--host=x86_64-nacl \
|
||||
--disable-ssp \
|
||||
--disable-ssp --without-pthreads \
|
||||
--prefix="$PREFIX" || exit 1
|
||||
|
||||
make -j3 check && make -j3 install || exit 1
|
||||
|
||||
Reference in New Issue
Block a user