mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-15 14:02:27 +03:00
build.gradle: Fix missing brace
This commit is contained in:
parent
158c2478e3
commit
b465002c4d
@ -158,6 +158,7 @@ void setupToolchain(NativeBinarySpec b)
|
|||||||
|
|
||||||
if (useGcc) {
|
if (useGcc) {
|
||||||
cfg.compilerOptions.args '-fno-devirtualize'
|
cfg.compilerOptions.args '-fno-devirtualize'
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
cfg.compilerOptions.args '-fno-strict-vtable-pointers', '-Wno-overloaded-virtual'
|
cfg.compilerOptions.args '-fno-strict-vtable-pointers', '-Wno-overloaded-virtual'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user