From 970c9823007d1618e67480440ff40e7802dbb90f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 24 Oct 2013 23:43:43 +0200 Subject: Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w/ xcode's xcrun) - Remove abs. include path. #include -> #include --- make/config/jogl/gl3-headers.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/config/jogl/gl3-headers.cfg') diff --git a/make/config/jogl/gl3-headers.cfg b/make/config/jogl/gl3-headers.cfg index a4c5cf62a..d76d3ae4c 100644 --- a/make/config/jogl/gl3-headers.cfg +++ b/make/config/jogl/gl3-headers.cfg @@ -15,7 +15,7 @@ CustomCCode #include CustomCCode #include CustomCCode #include CustomCCode #include -CustomCCode #include +CustomCCode #include CustomCCode /* Provide Windows typedefs */ CustomCCode typedef void* LPVOID; CustomCCode typedef unsigned int* PUINT; -- cgit v1.2.3