mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-03 11:59:40 +02:00
Remove redundant CXXFLAGS definition in configure.in
This commit is contained in:
parent
d14123708d
commit
b48533a30f
|
|
@ -47,7 +47,6 @@ AC_JNI_INCLUDE_DIR
|
|||
for JNI_INCLUDE_DIR in $JNI_INCLUDE_DIRS
|
||||
do
|
||||
CFLAGS="$CFLAGS -I$JNI_INCLUDE_DIR"
|
||||
CXXFLAGS="$CXXFLAGS -I$JNI_INCLUDE_DIR"
|
||||
done
|
||||
|
||||
AC_SUBST(native_build_dir, [$NATIVE_BUILD_DIR])
|
||||
|
|
|
|||
Loading…
Reference in a new issue