mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
gitian: Fix gitian-linux.yml
Broken by 17361 backport
This commit is contained in:
parent
779d1f53e1
commit
5f00eb34bd
@ -128,7 +128,7 @@ script: |
|
||||
cat << EOF > ${WRAP_DIR}/${prog}
|
||||
#!/usr/bin/env bash
|
||||
# GCCVERSION=${GCCVERSION}
|
||||
REAL="$(which -a ${prog}-8 | grep -v ${WRAP_DIR}/${prog} | head -1)"
|
||||
REAL="$(which -a ${prog} | grep -v ${WRAP_DIR}/${prog} | head -1)"
|
||||
for var in "\$@"
|
||||
do
|
||||
if [ "\$var" = "-m32" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user