summaryrefslogtreecommitdiff
path: root/tests/projects/swig/java_c/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/swig/java_c/xmake.lua')
-rw-r--r--tests/projects/swig/java_c/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/swig/java_c/xmake.lua b/tests/projects/swig/java_c/xmake.lua
index c1dfccf0d..3108859a7 100644
--- a/tests/projects/swig/java_c/xmake.lua
+++ b/tests/projects/swig/java_c/xmake.lua
@@ -17,6 +17,7 @@ target("example")
"build/java/com/example/"
}})
add_files("src/example.c")
+ add_includedirs("src")
before_build(function()
-- ensure output path exists before running swig
os.mkdir("build/java/com/example/")