Skip to content

Commit

Permalink
build.gradle: Fix missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Feb 5, 2020
1 parent 158c247 commit b465002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regamedll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ void setupToolchain(NativeBinarySpec b)

if (useGcc) {
cfg.compilerOptions.args '-fno-devirtualize'
}
else {
cfg.compilerOptions.args '-fno-strict-vtable-pointers', '-Wno-overloaded-virtual'
}
Expand Down

0 comments on commit b465002

Please sign in to comment.