diff options
author | Sven Gothel <[email protected]> | 2013-11-17 13:29:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-17 13:29:39 +0100 |
commit | bcae9ec99e62f144b4c96ede2fbd37f07401f484 (patch) | |
tree | 6cb7dd83f5958499b971c74d0fc66c7230b9eb09 /make/lib | |
parent | e0877095c24f08fe1e5fc0391edf26392d1b6206 (diff) |
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang ; Add GNU/Linux LLVM/clang build scripts
Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.properties' for OSX xcode-clang.
Add GNU/Linux LLVM/clang build scripts
Diffstat (limited to 'make/lib')
-rwxr-xr-x | make/lib/gluegen-clang.properties | 2 | ||||
-rwxr-xr-x | make/lib/gluegen-xcode_clang.properties | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/make/lib/gluegen-clang.properties b/make/lib/gluegen-clang.properties index 7526552..bbb77ae 100755 --- a/make/lib/gluegen-clang.properties +++ b/make/lib/gluegen-clang.properties @@ -1 +1 @@ -gcc.compat.compiler=xcode.clang +gcc.compat.compiler=clang diff --git a/make/lib/gluegen-xcode_clang.properties b/make/lib/gluegen-xcode_clang.properties new file mode 100755 index 0000000..7526552 --- /dev/null +++ b/make/lib/gluegen-xcode_clang.properties @@ -0,0 +1 @@ +gcc.compat.compiler=xcode.clang |