diff options
Diffstat (limited to 'make/gluegen-properties.xml')
-rwxr-xr-x | make/gluegen-properties.xml | 1 |
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> |