Wire up libTom stuff to build system.
This commit is contained in:
parent
7542966e33
commit
62f6f0c7e0
3 changed files with 9 additions and 4 deletions
|
@ -10,6 +10,8 @@ if [ "$OSTYPE" = "Linux" ]; then
|
|||
let NCPU=$NCPU+1
|
||||
elif [ "$OSTYPE" = "Darwin" ]; then
|
||||
NCPU=`sysctl -n hw.ncpu`
|
||||
export CFLAGS="$CFLAGS -mmacosx-version-min=10.7 -DMAC_OS_X_VERSION_MIN_REQUIRED=1070"
|
||||
export LDFLAGS="$LDFLAGS -mmacosx-version-min=10.7"
|
||||
elif [ "$OSTYPE" = "SunOS" ]; then
|
||||
NCPU=`/usr/sbin/psrinfo |wc -l |sed -e 's/^ *//g;s/ *$//g'`
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue