summaryrefslogtreecommitdiff
path: root/tests/projects/other/autogen_codedep/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-25 23:20:21 +0800
committerGitHub <[email protected]>2024-04-25 23:20:21 +0800
commit48b95cd23b42a78f9bf7fddf9c0c1b9845e9202e (patch)
tree5c0c05adcb786d5863168881228640f7d52dd096 /tests/projects/other/autogen_codedep/xmake.lua
parent7fc52dceb4cc55451c7d2a3857afffae6e7447c5 (diff)
Update xmake.lua
Diffstat (limited to 'tests/projects/other/autogen_codedep/xmake.lua')
-rw-r--r--tests/projects/other/autogen_codedep/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/other/autogen_codedep/xmake.lua b/tests/projects/other/autogen_codedep/xmake.lua
index 229439fef..5f2c76d67 100644
--- a/tests/projects/other/autogen_codedep/xmake.lua
+++ b/tests/projects/other/autogen_codedep/xmake.lua
@@ -24,6 +24,7 @@ target("autogen")
set_arch(os.arch())
add_files("src/autogen.cpp")
set_languages("c++11")
+ set_policy("build.fence", true)
target("test")
set_kind("binary")
@@ -31,5 +32,4 @@ target("test")
add_rules("autogen")
add_files("src/main.cpp")
add_files("src/*.in")
- set_policy("build.across_targets_in_parallel", false)