forked from len0rd/rockbox
rbutil: Pass isysroot to rbutil libs on macOS.
On macOS we pass the full path to the compiler. On recent versions this causes the compiler to not find its SDK path, this needs to get passed via the isysroot option. Change-Id: Iea2820e1755cc80e12691119dfa31d70938ea511
This commit is contained in:
parent
d097742155
commit
a05d061aa3
6 changed files with 20 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ export CXXFLAGS=$(EXTRALIB_CXXFLAGS)
|
|||
export CC=$(EXTRALIBS_CC)
|
||||
export CXX=$(EXTRALIBS_CXX)
|
||||
export AR=$(EXTRALIBS_AR)
|
||||
export ISYSROOT=$(EXTRALIB_ISYSROOT)
|
||||
|
||||
libs: librbspeex libucl libipodpatcher libsansapatcher libmkamsboot libmktccboot libmkmpioboot libchinachippatcher libmkimxboot libmks5lboot libbzip2 libbspatch librbtomcrypt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue