fix for demangle missing

This commit is contained in:
Ari Lazier 2015-12-02 11:33:18 -08:00
parent 50ecaa3b22
commit d76b77111a
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -3,4 +3,4 @@
url = https://github.com/swisspol/GCDWebServer.git
[submodule "vendor/PEGTL"]
path = vendor/PEGTL
url = https://github.com/ColinH/PEGTL.git
url = https://github.com/alazier/PEGTL.git

View File

@ -183,7 +183,7 @@ def getNdkBuildFullPath() {
return ndkBuildFullPath
}
task buildReactNdkLib(dependsOn: [prepareJSC, prepareBoost, prepareDoubleConversion, prepareFolly, prepareGlog], type: Exec) {
task buildReactNdkLib(dependsOn: [prepareJSC, prepareDoubleConversion], type: Exec) {
inputs.file('src/main/jni')
outputs.dir("$buildDir/react-ndk/all")
commandLine getNdkBuildFullPath(),

2
vendor/PEGTL vendored

@ -1 +1 @@
Subproject commit 498cb70f5b60b9d87d7f4864104155339daf561b
Subproject commit 7807f4a7167bd9f1546b25f048a733b758d9f7e3