Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyfox committed Nov 29, 2021
1 parent 62a0fff commit 569a71f
Show file tree
Hide file tree
Showing 65 changed files with 6,114 additions and 56 deletions.
8 changes: 4 additions & 4 deletions binding.natjgen
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"package-base": "org.undefined",
"base-sdk": "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk",
"header-search-paths": [
"${PROJECT}/../../../external/llvm/tools/clang/include"
"${PROJECT}/../../../external/llvm/clang/include"
],
"user-header-search-paths": [
"${PROJECT}/../../../external/llvm/tools/clang/include"
"${PROJECT}/../../../external/llvm/clang/include"
],
"framework-search-paths": [],
"source": "#import \"clang-c/Index.h\"\n#import \"clang-c/Documentation.h\"\n",
Expand Down Expand Up @@ -37,7 +37,7 @@
"conditions": [
{
"condition": "path-prefix",
"value": "${PROJECT}/../../../external/llvm/tools/clang/include/"
"value": "${PROJECT}/../../../external/llvm/clang/include/"
}
],
"actions": [
Expand All @@ -63,4 +63,4 @@
"other-cflags": [],
"inject-default-cflags": true,
"use-included-std-headers": true
}
}
Loading

0 comments on commit 569a71f

Please sign in to comment.