From aa7a0d3a3feee1360ae4d7465a9da263aea530ac Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 24 Oct 2013 20:14:44 +0200 Subject: 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 --- make/lib/cpptasks.jar | Bin 375610 -> 377915 bytes make/lib/gluegen-clang.properties | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'make/lib') diff --git a/make/lib/cpptasks.jar b/make/lib/cpptasks.jar index 046a01c..afe7f0f 100644 Binary files a/make/lib/cpptasks.jar and b/make/lib/cpptasks.jar differ diff --git a/make/lib/gluegen-clang.properties b/make/lib/gluegen-clang.properties index bbb77ae..7526552 100755 --- a/make/lib/gluegen-clang.properties +++ b/make/lib/gluegen-clang.properties @@ -1 +1 @@ -gcc.compat.compiler=clang +gcc.compat.compiler=xcode.clang -- cgit v1.2.3