Skip to content

Commit

Permalink
Update xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Apr 25, 2024
1 parent 7fc52dc commit 48b95cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/projects/other/autogen_codedep/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ 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")
add_deps("autogen")
add_rules("autogen")
add_files("src/main.cpp")
add_files("src/*.in")
set_policy("build.across_targets_in_parallel", false)

0 comments on commit 48b95cd

Please sign in to comment.