mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
*** empty log message ***
This commit is contained in:
parent
a8cd48965f
commit
4980aeb426
3 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
SUBDIRS = common @native_build_dir@
|
||||
|
||||
lib_LTLIBRARIES = liblwjgl.la
|
||||
liblwjgl_la_SOURCES =
|
||||
liblwjgl_la_SOURCES = dummy.cpp
|
||||
liblwjgl_la_LIBADD = common/libcommon.la @native_build_dir@/libnative.la
|
||||
liblwjgl_la_DEPENDENCIES = common/libcommon.la @native_build_dir@/libnative.la
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ case "$host_os" in
|
|||
*) AC_MSG_ERROR([Unsupported system $host_os]);;
|
||||
esac
|
||||
|
||||
CC="$CXX"
|
||||
#CC="$CXX"
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
AC_JNI_INCLUDE_DIR
|
||||
|
|
|
|||
1
src/native/dummy.cpp
Normal file
1
src/native/dummy.cpp
Normal file
|
|
@ -0,0 +1 @@
|
|||
int blah;
|
||||
Loading…
Add table
Add a link
Reference in a new issue