mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
64417eff5c
commit
8d4201bd5f
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ build:
|
||||||
CFLAGS: $CFLAGS -fPIC
|
CFLAGS: $CFLAGS -fPIC
|
||||||
CXXFLAGS: $CXXFLAGS -fPIC
|
CXXFLAGS: $CXXFLAGS -fPIC
|
||||||
darwin:
|
darwin:
|
||||||
|
# just so binutils doesn't step on them
|
||||||
|
AR: /usr/bin/ar
|
||||||
|
AS: /usr/bin/as
|
||||||
|
NM: /usr/bin/nm
|
||||||
|
RANLIB: /usr/bin/ranlib
|
||||||
ARGS:
|
ARGS:
|
||||||
# Reliance on CLT hard path is yuck.
|
# Reliance on CLT hard path is yuck.
|
||||||
- --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
|
- --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
|
||||||
|
|
Loading…
Reference in a new issue