mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-01 14:29:58 +01:00
Removed redundant CXXFLAGS definition from configure.in
This commit is contained in:
parent
9306c06637
commit
4e81b3a458
|
|
@ -29,7 +29,6 @@ case "$host_os" in
|
|||
LDFLAGS="-Wl,-static,-lXcursor,-lXrender,-lXrandr,-call_shared"
|
||||
AC_CHECK_HEADERS([AL/altypes.h AL/alctypes.h],, AC_MSG_ERROR([OpenAL headers required]))
|
||||
NATIVE_BUILD_DIR=linux
|
||||
CXXFLAGS="$CXXFLAGS -Wall $_BUILD_FLAGS"
|
||||
CFLAGS="$CFLAGS -Wall $_BUILD_FLAGS"
|
||||
LIBS="$LIBS $X_LIBS"
|
||||
AC_CHECK_LIB(X11, XOpenDisplay,, AC_MSG_ERROR(X11 is required))
|
||||
|
|
|
|||
Loading…
Reference in a new issue