Skip to content

Commit 31752f0

Browse files
committed
Update OS X header to point to SDK
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 849d4ef commit 31752f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3/macosx.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module sqlite3 [system] {
2-
header "/usr/include/sqlite3.h"
2+
header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/sqlite3.h"
33
export *
44
}

0 commit comments

Comments
 (0)