diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-22 16:33:42 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-22 16:36:26 +0900 |
| commit | 388bcb15e83af2e2eb1d9d5b9b20c66b05b7d8ef (patch) | |
| tree | 2fa9e7940bd0a81e860adb5893297a9f4373884f /build_config/android_arm64_v8a.rb | |
| parent | fc6210763ca6c440e1992700df07948fe6ae97b4 (diff) | |
| download | mruby-388bcb15e83af2e2eb1d9d5b9b20c66b05b7d8ef.tar.gz mruby-388bcb15e83af2e2eb1d9d5b9b20c66b05b7d8ef.zip | |
Rename two files for consistency; close #5488
* android_arm64-v8a.rb -> android_arm64_v8a.rb
* no-float.rb -> host-nofloat.rb
Diffstat (limited to 'build_config/android_arm64_v8a.rb')
| -rw-r--r-- | build_config/android_arm64_v8a.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build_config/android_arm64_v8a.rb b/build_config/android_arm64_v8a.rb new file mode 100644 index 000000000..7fab2f063 --- /dev/null +++ b/build_config/android_arm64_v8a.rb @@ -0,0 +1,11 @@ +# Requires Android NDK r13 or later. +MRuby::CrossBuild.new('android-arm64-v8a') do |conf| + params = { + :arch => 'arm64-v8a', + :platform => 'android-24', + :toolchain => :clang, + } + toolchain :android, params + + conf.gembox 'default' +end |
