mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/js78: fix
This commit is contained in:
parent
04fedad9cc
commit
18796e1e31
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --disable-lto
|
||||
# - configure with --disable-lto, --disable-rust-simd
|
||||
# - patch to fix build on ARM
|
||||
|
||||
pkgname=js78
|
||||
|
@ -44,7 +44,7 @@ build() {
|
|||
--enable-optimize
|
||||
--enable-readline
|
||||
--enable-release
|
||||
--enable-rust-simd
|
||||
--disable-rust-simd
|
||||
--enable-shared-js
|
||||
--enable-tests
|
||||
--with-intl-api
|
||||
|
|
Loading…
Reference in a new issue