Update OS X header to point to SDK

Signed-off-by: Stephen Celis <stephen@stephencelis.com>
This commit is contained in:
Stephen Celis 2015-04-12 13:28:55 -04:00
Родитель 849d4efe86
Коммит 31752f0319
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
module sqlite3 [system] {
header "/usr/include/sqlite3.h"
header "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/sqlite3.h"
export *
}