Browse Source

add target for mips xbuild

tags/v0.3.22^2
Martin Kroeker GitHub 3 years ago
parent
commit
41e51dbc1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/dynamic_arch.yml

+ 1
- 1
.github/workflows/dynamic_arch.yml View File

@@ -267,7 +267,7 @@ jobs:
include:
- target: mips64el
triple: mips64el-linux-gnuabi64
opts: DYNAMIC_ARCH=1
opts: DYNAMIC_ARCH=1 TARGET=GENERIC
- target: riscv64
triple: riscv64-linux-gnu
opts: TARGET=RISCV64_GENERIC


Loading…
Cancel
Save