We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183f8c5 commit 061dfc0Copy full SHA for 061dfc0
2 files changed
.github/workflows/swift.yml
@@ -19,7 +19,7 @@ jobs:
19
run: sudo xcode-select -s /Applications/Xcode_15.4.app
20
21
- name: Install FreeTDS
22
- run: brew install freetds
+ run: brew install pkg-config freetds
23
24
- name: Build
25
run: swift build -v
Sources/CFreeTDS/module.modulemap
@@ -1,4 +1,7 @@
1
-module CFreeTDS [system] {
2
- header "include/CFreeTDS.h"
3
- export *
4
-}
+#ifndef CFREETDS_H
+#define CFREETDS_H
+
+#include <sybfront.h>
5
+#include <sybdb.h>
6
7
+#endif
0 commit comments