diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ BUILD_DIR="${BUILD_DIR:-.build}" if [ ! -d ${BUILD_DIR} ]; then - exec meson ${BUILD_DIR} "$@" + exec meson setup ${BUILD_DIR} "$@" else exec meson configure ${BUILD_DIR} "$@" fi |