monero-gui: update sed command for libatomic
This commit is contained in:
parent
b32c4d2d14
commit
7cb9057311
|
@ -19,7 +19,7 @@ pre_configure() {
|
|||
echo "var GUI_MONERO_VERSION = \"${version}\"" >> version.js
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]*) # armv[56]* need to link libatomic.a for __atomic_fetch_sub_8
|
||||
sed -i *.pro -e "s;-leasylogging ;-leasylogging -latomic ;"
|
||||
sed -i *.pro -e "s;-leasylogging;-leasylogging -latomic;"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue