Skip to content

Commit 4b2a710

Browse files
committed
fix: Update bindings
1 parent 0d34f26 commit 4b2a710

81 files changed

Lines changed: 2707 additions & 1417 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ jnigen {
189189
addMac(x64, x86)
190190

191191
addAndroid {
192-
// TODO: TEMP fix for compiling for x86, fix later
193-
cFlags += arrayOf("-malign-double")
194-
cppFlags += arrayOf("-malign-double")
195-
196192
libraries = arrayOf()
197193
androidApplicationMk += arrayOf("APP_PLATFORM := android-21",
198194
"APP_STRIP_MODE := none",

0 commit comments

Comments
 (0)