mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
n trying to build Keyman for Android on Linux, the following issues needed to be fixed: Set `build.sh` and `gradlew` scripts to executable KMEA/build.sh needs an OS check so build.bat is only called on Windows web/source/build.sh needs $compiler and $copmiler_warnings values in quotes
5 lines
72 B
Bash
Executable file
5 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
# Build KMSample2
|
|
|
|
echo Build KMSample2
|
|
./gradlew clean build
|