Skip to content

Commit

Permalink
Add config for android (nelhage#234)
Browse files Browse the repository at this point in the history
This config, compared to the linux config,
undefine TUKLIB_FAST_UNALIGNED_ACCESS.
  • Loading branch information
fanStefan authored Nov 9, 2021
1 parent 2c558b5 commit 7f8b161
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exports_files([
"config.lzma-android.h",
"config.lzma-linux.h",
"config.lzma-osx-arm64.h",
"config.lzma-osx-x86_64.h",
Expand Down
2 changes: 1 addition & 1 deletion BUILD.lzma
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ config_setting(
copy_file(
name = "copy_config",
src = select({
":android": "@com_github_nelhage_rules_boost//:config.lzma-linux.h",
":android": "@com_github_nelhage_rules_boost//:config.lzma-android.h",
":linux": "@com_github_nelhage_rules_boost//:config.lzma-linux.h",
":osx_arm64": "@com_github_nelhage_rules_boost//:config.lzma-osx-arm64.h",
":osx_x86_64": "@com_github_nelhage_rules_boost//:config.lzma-osx-x86_64.h",
Expand Down
Loading

0 comments on commit 7f8b161

Please sign in to comment.