mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-14 03:39:58 +01:00
put in fallback to default march=native if arch detection fails
This commit is contained in:
@@ -62,6 +62,11 @@ if test $? -ne 0; then
|
||||
|
||||
fi
|
||||
|
||||
if [ -z "$arch" ]; then
|
||||
echo "Falling back to default -march=native"
|
||||
arch="native"
|
||||
fi
|
||||
|
||||
rm -rf veejay.arch
|
||||
echo "-march=$arch" > veejay.arch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user