mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
specify correct include path for java target
This commit is contained in:
@@ -25,7 +25,7 @@ java_sources = files(
|
|||||||
lib_java = static_library('java',
|
lib_java = static_library('java',
|
||||||
java_sources,
|
java_sources,
|
||||||
# TODO: remove the .. path once arrayWithLength are evaporated
|
# TODO: remove the .. path once arrayWithLength are evaporated
|
||||||
include_directories: include_directories('include/java'),
|
include_directories: include_directories('include'),
|
||||||
cpp_args : global_cpp_args + global_cpp_defs,
|
cpp_args : global_cpp_args + global_cpp_defs,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user