summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-07-10 23:44:44 +0800
committerruki <[email protected]>2023-07-10 23:44:44 +0800
commit365911e7867d7ab6dd1089393c883bf66dacbaa6 (patch)
treee2c0155828b59b303189221752e091d0354d4a8e
parent58bea5b2a980784f911265c9c492119ff3dbb671 (diff)
fix modulemap
-rw-r--r--tests/projects/swift/modulemap/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/swift/modulemap/xmake.lua b/tests/projects/swift/modulemap/xmake.lua
index fb329e99e..eff552f9e 100644
--- a/tests/projects/swift/modulemap/xmake.lua
+++ b/tests/projects/swift/modulemap/xmake.lua
@@ -1,4 +1,4 @@
target("modulemap")
set_kind("binary")
add_files("src/*.swift", "src/*.cpp")
- add_scflags("-Xcc -fmodules", "-Xcc -fmodule-map-file=src/module.modulemap")
+ add_scflags("-Xcc -fmodules", "-Xcc -fmodule-map-file=src/module.modulemap", {force = true})