aboutsummaryrefslogtreecommitdiffstats
path: root/make/jogamp-env.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-24 20:14:44 +0200
committerSven Gothel <[email protected]>2013-10-24 20:14:44 +0200
commitaa7a0d3a3feee1360ae4d7465a9da263aea530ac (patch)
tree84046d0ac19aaf699ba2aa7538bf39eeff7fa01e /make/jogamp-env.xml
parent8ee5992c0c03c702817c286f4a860f349d6c465a (diff)
Fix Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w/ xcode's xcrun)
Bump make/lib/cpptasks.jar to a65cc99054a5a6684784bf9a9e8c13fe866b81ad make/lib/gluegen-clang.properties: Defaults to xcode.clang make/jogamp-env.xml: Show env. SDKROOT
Diffstat (limited to 'make/jogamp-env.xml')
-rwxr-xr-xmake/jogamp-env.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/jogamp-env.xml b/make/jogamp-env.xml
index 0dd9adc..6b37ead 100755
--- a/make/jogamp-env.xml
+++ b/make/jogamp-env.xml
@@ -260,6 +260,13 @@
<echo message="junit.run.arg0 ${junit.run.arg0}"/>
<echo message="junit.run.arg1 ${junit.run.arg1}"/>
+ <condition property="macosx.sdkroot" value="${env.SDKROOT}">
+ <not>
+ <equals arg1="${env.SDKROOT}" arg2="$${env.SDKROOT}" casesensitive="true" />
+ </not>
+ </condition>
+ <echo message="macosx.sdkroot ${macosx.sdkroot}"/>
+
</target>
</project>