aboutsummaryrefslogtreecommitdiff
path: root/lang/swift510/files/patch-llbuild_lib_LLBSQLite3_module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'lang/swift510/files/patch-llbuild_lib_LLBSQLite3_module.modulemap')
-rw-r--r--lang/swift510/files/patch-llbuild_lib_LLBSQLite3_module.modulemap8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/swift510/files/patch-llbuild_lib_LLBSQLite3_module.modulemap b/lang/swift510/files/patch-llbuild_lib_LLBSQLite3_module.modulemap
new file mode 100644
index 000000000000..20e392f38485
--- /dev/null
+++ b/lang/swift510/files/patch-llbuild_lib_LLBSQLite3_module.modulemap
@@ -0,0 +1,8 @@
+--- llbuild/lib/LLBSQLite3/module.modulemap.orig 2025-01-01 00:00:00 UTC
++++ llbuild/lib/LLBSQLite3/module.modulemap
+@@ -0,0 +1,5 @@
++module LLBSQLite3 [system] {
++ header "sqlite.h"
++ link "sqlite3"
++ export *
++}