mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
fix for demangle missing
This commit is contained in:
parent
50ecaa3b22
commit
d76b77111a
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
@ -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
2
vendor/PEGTL
vendored
@ -1 +1 @@
|
||||
Subproject commit 498cb70f5b60b9d87d7f4864104155339daf561b
|
||||
Subproject commit 7807f4a7167bd9f1546b25f048a733b758d9f7e3
|
Loading…
x
Reference in New Issue
Block a user