summaryrefslogtreecommitdiff
path: root/tests/projects/c++
diff options
context:
space:
mode:
authorruki <[email protected]>2024-08-31 00:39:10 +0800
committerruki <[email protected]>2024-08-31 00:39:10 +0800
commita50553989fd578547255c34616fff4e18ba84784 (patch)
tree3a0157f0f437804b6d829532688a687afe325918 /tests/projects/c++
parent456eedcebb5adac9063d9417f68a47ebe0cddb49 (diff)
fix map flags for package runtimes
Diffstat (limited to 'tests/projects/c++')
-rw-r--r--tests/projects/c++/snippet_runtimes/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/projects/c++/snippet_runtimes/xmake.lua b/tests/projects/c++/snippet_runtimes/xmake.lua
index 1e5436ba4..8ef59ed4f 100644
--- a/tests/projects/c++/snippet_runtimes/xmake.lua
+++ b/tests/projects/c++/snippet_runtimes/xmake.lua
@@ -4,7 +4,6 @@ add_requires("bar")
target("foo")
set_kind("binary")
add_files("src/*.cpp")
-
add_packages("bar")
on_config(function(target)