diff options
| author | ruki <[email protected]> | 2024-08-31 00:39:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-08-31 00:39:10 +0800 |
| commit | a50553989fd578547255c34616fff4e18ba84784 (patch) | |
| tree | 3a0157f0f437804b6d829532688a687afe325918 /tests/projects/c++ | |
| parent | 456eedcebb5adac9063d9417f68a47ebe0cddb49 (diff) | |
fix map flags for package runtimes
Diffstat (limited to 'tests/projects/c++')
| -rw-r--r-- | tests/projects/c++/snippet_runtimes/xmake.lua | 1 |
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) |
