mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Fix Unalix build
This commit is contained in:
parent
089546ccc9
commit
04eb26a42c
1 changed files with 2 additions and 2 deletions
|
|
@ -70,9 +70,9 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- Nim@v1.6.2
|
||||
- Nim@v1.6.4
|
||||
- Nim-csources@561b417
|
||||
prebuild: sed -i '/splits {/,/^ }/d' build.gradle
|
||||
prebuild: sed -i '/splits {/,/^\t}/d' build.gradle
|
||||
build:
|
||||
- export TOOL_DIR=$(realpath ./src/main/jni/tool)
|
||||
- cp --recursive $$Nim-csources$$ $$Nim$$/csources_v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue