fzf: enable cross-compilation
This commit is contained in:
parent
114c395bf9
commit
7ad1d3c9fb
|
@ -14,9 +14,6 @@ short_desc="A command-line fuzzy finder"
|
|||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||
checksum=018883b176da796c8903816a0f9fdb99522dc148d1ce8d1a95233b905fea5c20
|
||||
|
||||
# Needs cgo to build, which doesn't work when cross-compiling.
|
||||
nocross=yes
|
||||
|
||||
pre_build() {
|
||||
cd src
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue