common/autoconf/spec.gmk.in
changeset 25034 d9ca34c227b8
parent 24414 2061862eb57c
child 25854 98ce0879ab4c
--- a/common/autoconf/spec.gmk.in	Wed Jun 18 10:54:13 2014 -0700
+++ b/common/autoconf/spec.gmk.in	Wed Jun 18 12:52:13 2014 -0700
@@ -347,6 +347,9 @@
 # The linker can be gcc or ld on posix systems, or link.exe on windows systems.
 LD:=@FIXPATH@ @LD@
 
+# Xcode SDK path
+SDKROOT:=@SDKROOT@
+
 # The linker on older SuSE distros (e.g. on SLES 10) complains with:
 # "Invalid version tag `SUNWprivate_1.1'. Only anonymous version tag is allowed in executable."
 # if feeded with a version script which contains named tags.
@@ -544,7 +547,7 @@
 XATTR:=@XATTR@
 JT_HOME:=@JT_HOME@
 JTREGEXE:=@JTREGEXE@
-
+XCODEBUILD=@XCODEBUILD@
 FIXPATH:=@FIXPATH@
 
 # Where the build output is stored for your convenience.