summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/internal_partition/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/c++/modules/internal_partition/xmake.lua')
-rw-r--r--tests/projects/c++/modules/internal_partition/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/modules/internal_partition/xmake.lua b/tests/projects/c++/modules/internal_partition/xmake.lua
index ed784534a..f7ca6f7cf 100644
--- a/tests/projects/c++/modules/internal_partition/xmake.lua
+++ b/tests/projects/c++/modules/internal_partition/xmake.lua
@@ -3,4 +3,4 @@ set_languages("c++20")
target("internal_partition")
set_kind("binary")
add_files("src/*.cpp", "src/hello.mpp")
- add_files("src/hello_internal.mpp", {values = {["internalpartition"] = true}})
+ add_files("src/hello_internal.mpp")