mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
wip
This commit is contained in:
parent
8d4201bd5f
commit
b08d06974a
1 changed files with 2 additions and 5 deletions
|
@ -100,11 +100,8 @@ build:
|
||||||
CFLAGS: $CFLAGS -fPIC
|
CFLAGS: $CFLAGS -fPIC
|
||||||
CXXFLAGS: $CXXFLAGS -fPIC
|
CXXFLAGS: $CXXFLAGS -fPIC
|
||||||
darwin:
|
darwin:
|
||||||
# just so binutils doesn't step on them
|
# just so we don't step on it
|
||||||
AR: /usr/bin/ar
|
LD: clang
|
||||||
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