Skip to content

Commit

Permalink
fix(jni): disable statx
Browse files Browse the repository at this point in the history
Fix compatibility with android 10

Closes #573
  • Loading branch information
iovxw committed Nov 1, 2021
1 parent 93b68b3 commit 6736263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install(TARGETS iconv EXPORT boost_locale-targets
ARCHIVE DESTINATION dummy # remove this line after cmake >= 3.18
)

option(BOOST_FILESYSTEM_DISABLE_STATX "" ON) # remove this option after targetSdkVersion >= 30
add_subdirectory(boost)

option(EXTERNAL_CAPNP "" ON)
Expand Down

0 comments on commit 6736263

Please sign in to comment.