diff options
author | Sven Gothel <[email protected]> | 2014-06-11 00:26:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-11 00:26:31 +0200 |
commit | 65cbb89d04936df2f385d32d1649abaa4da4581c (patch) | |
tree | c7f8e3ce761b3cec6a28646597c8f5ffa36a85a0 /make/gluegen.properties | |
parent | addb639e6dde90519f772a66222eb86107b35176 (diff) |
OSX Build: Default gcc.compat.compiler=xcode.clang ; Remove explicit xcode.clang property files
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties index 62bb84d..b33c7e3 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -33,6 +33,7 @@ # You can set the gcc compatible compiler to either gcc or clang: #gcc.compat.compiler=gcc #gcc.compat.compiler=clang +#gcc.compat.compiler=xcode.clang # MacOsX libraries can be universal / fat binaries. # The following switches enables/disables a target platform. |