mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 01:55:02 -07:00
getconf(1) may not be available
This commit is contained in:
parent
2dd3b91628
commit
60f4bc8212
@ -15,7 +15,7 @@ INTERNAL_SYMBOL_PREFIX="_sodium_"
|
||||
QUIRKS_H="src/libsodium/include/sodium/private/quirks.h"
|
||||
QUIRKS_H_NEW="${QUIRKS_H}.new"
|
||||
CFLAGS_UNOPTIMIZED="-O0 -fno-lto"
|
||||
MAKE_OPTS="-j$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null)"
|
||||
MAKE_OPTS="-j$(getconf NPROCESSORS_ONLN 2>/dev/null || getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1)"
|
||||
|
||||
NM="nm"
|
||||
NM_OPTS=""
|
||||
|
Loading…
Reference in New Issue
Block a user