diff options
| author | Arthur LAURENT <[email protected]> | 2022-12-07 01:09:49 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-12-07 01:11:32 +0100 |
| commit | e33abe52706c9007aa2d29b10e92512a07d2b142 (patch) | |
| tree | 941dfdab1fa1d64516d9e4bf65a61280e5b7714a /tests/projects/c++/modules | |
| parent | 425e4b9bfd3c3a457294998e3c8f0271b7a008a6 (diff) | |
| parent | b0f325733ca94d1f6286167144c3e3bc97082b31 (diff) | |
Merge remote-tracking branch 'origin/fix-gcc-link-module-order' into fix-module-link-order
Diffstat (limited to 'tests/projects/c++/modules')
| -rw-r--r-- | tests/projects/c++/modules/link_order/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/link_order/xmake.lua b/tests/projects/c++/modules/link_order/xmake.lua index ffdf26074..6a11418ac 100644 --- a/tests/projects/c++/modules/link_order/xmake.lua +++ b/tests/projects/c++/modules/link_order/xmake.lua @@ -19,4 +19,4 @@ target("link_order_1") target("link_order_2") set_kind("binary") add_deps("bar", "foo") - add_files("src/main.cpp")
\ No newline at end of file + add_files("src/main.cpp") |
