diff options
| author | ruki <[email protected]> | 2024-08-30 23:18:54 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-30 23:18:54 +0800 |
| commit | 21ae0fa4451c40b14199fdb0df8cf61c51e26de9 (patch) | |
| tree | 2868ee3cb4397251db2a40748f0875920b44051c /tests | |
| parent | 2f3f1a02d2e28f77e1da4a7291fe01a0642f2a74 (diff) | |
| parent | b7ef860d94d16822e75d56b6f48ad3416913e095 (diff) | |
Merge pull request #5543 from xmake-io/package
improve linker for package #5542
Diffstat (limited to 'tests')
| -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) |
