summaryrefslogtreecommitdiff
path: root/tests/projects/package/toolchain_zig/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-30 09:32:47 +0800
committerruki <[email protected]>2021-01-30 09:32:47 +0800
commit7f0bdcf280e617307a9b5895d3a4953c884e88a3 (patch)
tree1302550608b72ae1b7ddd274f0a6d66b00396e99 /tests/projects/package/toolchain_zig/xmake.lua
parentfde1f6f6594af9f5c1855921f0cd2a46628a1c8c (diff)
modify test
Diffstat (limited to 'tests/projects/package/toolchain_zig/xmake.lua')
-rw-r--r--tests/projects/package/toolchain_zig/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/toolchain_zig/xmake.lua b/tests/projects/package/toolchain_zig/xmake.lua
index 1e57fd568..c08fdca16 100644
--- a/tests/projects/package/toolchain_zig/xmake.lua
+++ b/tests/projects/package/toolchain_zig/xmake.lua
@@ -3,5 +3,5 @@ add_requires("zig 0.7.x")
target("test")
set_kind("binary")
- add_files("src/*.c")
+ add_files("src/*.zig")
set_toolchains("zig", {packages = "zig"})