Skip to content

Commit

Permalink
fix android crash after rom launch
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamargo committed Jul 17, 2020
1 parent fe585d0 commit 739058d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/toolchain.lua
Expand Up @@ -884,7 +884,7 @@ function toolchain(_buildDir, _subDir)
"c++_static",
"c++abi",
"stdc++",
"gcc",
"android_support"
}
buildoptions_c {
"-Wno-strict-prototypes",
Expand Down Expand Up @@ -931,6 +931,7 @@ function toolchain(_buildDir, _subDir)
}
links {
"unwind",
"gcc",
}
linkoptions {
"-gcc-toolchain $(ANDROID_NDK_ARM)",
Expand Down

0 comments on commit 739058d

Please sign in to comment.