We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad32e99 commit ae99256Copy full SHA for ae99256
1 file changed
CSQLite3/macos/CSQLite3Shim.h
@@ -2,8 +2,8 @@
2
#define __CSQLITE3_SHIM_H__
3
4
#if defined(__APPLE__) && defined(__MACH__)
5
-# if __clang_major__ >= 9 // until the release ...
6
-# include "/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h"
+# if __clang_major__ >= 9 // released now. assume Xcode 9.
+# include "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sqlite3.h"
7
# else
8
# include "/usr/include/sqlite3.h"
9
# endif
0 commit comments