You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/07/13 13:34:19 UTC

svn commit: r1361168 - /accumulo/trunk/server/src/main/c++/nativeMap/Makefile

Author: ecn
Date: Fri Jul 13 11:34:19 2012
New Revision: 1361168

URL: http://svn.apache.org/viewvc?rev=1361168&view=rev
Log:
ACCUMULO-682 update pointer for jni header files for the mac

Modified:
    accumulo/trunk/server/src/main/c++/nativeMap/Makefile

Modified: accumulo/trunk/server/src/main/c++/nativeMap/Makefile
URL: http://svn.apache.org/viewvc/accumulo/trunk/server/src/main/c%2B%2B/nativeMap/Makefile?rev=1361168&r1=1361167&r2=1361168&view=diff
==============================================================================
--- accumulo/trunk/server/src/main/c++/nativeMap/Makefile (original)
+++ accumulo/trunk/server/src/main/c++/nativeMap/Makefile Fri Jul 13 11:34:19 2012
@@ -24,7 +24,7 @@ endif
 
 ifeq ($(shell uname),Darwin)
 LIBS:= libNativeMap-Mac_OS_X-x86_64-64.jnilib
-CXXFLAGS=-m64 -dynamiclib -O3 -I/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers
+CXXFLAGS=-m64 -dynamiclib -O3 -I/System/Library/Frameworks/JavaVM.framework/Headers
 endif
 
 INSTALL_DIR=../../../../../lib/native/map