diff --git a/configure b/configure index 1c46d0f..222595b 100755 --- a/configure +++ b/configure @@ -3,7 +3,7 @@ ENV="$1" if [ -z "$ENV" ]; then - ENV='x86' + ENV='none' fi CONFIG="env/$ENV.mk"