summaryrefslogtreecommitdiffstats
path: root/make/gluegen-properties.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-25 02:12:40 +0200
committerSven Gothel <[email protected]>2013-10-25 02:12:40 +0200
commit1410a1324c421d7f84655fc7366442d5dc9b2d1e (patch)
tree9899e975e3f03044baefcc485ed769ac920cf436 /make/gluegen-properties.xml
parent5f44808fb34aa48bca233281983019247ed86bb6 (diff)
Bug 871 - Add optional xcode.clang support for all modules: Fix 'isCLANG' detection ; echo 'gcc.compat.compiler'
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-xmake/gluegen-properties.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml
index cac32bb..59a133d 100755
--- a/make/gluegen-properties.xml
+++ b/make/gluegen-properties.xml
@@ -84,6 +84,7 @@
<!-- maybe overriden, e.g. with "clang" -->
<property name="gcc.compat.compiler" value="gcc"/>
+ <echo message="gcc.compat.compiler=${gcc.compat.compiler}" />
<condition property="win32.c.compiler" value="mingw64">
<and>