diff --git a/app-emulation/wasm3/wasm3-0.5.0.recipe b/app-emulation/wasm3/wasm3-0.5.0.recipe index fc5d5e72f..a05f2675a 100644 --- a/app-emulation/wasm3/wasm3-0.5.0.recipe +++ b/app-emulation/wasm3/wasm3-0.5.0.recipe @@ -33,8 +33,8 @@ BUILD_PREREQUIRES=" BUILD() { - mkdir -p build - cd build + mkdir -p build + cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_WASI=simple make }