diff options
| -rw-r--r-- | auto/modules/wasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/modules/wasm b/auto/modules/wasm index ad672a1e..04d3e9d9 100644 --- a/auto/modules/wasm +++ b/auto/modules/wasm @@ -63,8 +63,8 @@ NXT_WASM_LDFLAGS= if [ "$NXT_WASM_RUNTIME" = "wasmtime" ]; then NXT_WASM_LDFLAGS=-lwasmtime fi -NXT_WASM_ADDITIONAL_FLAGS="-Wno-missing-field-initializers \ - -DNXT_HAVE_WASM_$(echo ${NXT_WASM_RUNTIME} | tr 'a-z' 'A-Z') \ +NXT_WASM_ADDITIONAL_FLAGS=" \ +-DNXT_HAVE_WASM_$(echo ${NXT_WASM_RUNTIME} | tr 'a-z' 'A-Z') \ " # Set the RPATH/RUNPATH. |
