From 7863400b1b7872bd7cb6183aa9a5e98f8ba086ff Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 2 Jan 2023 11:41:21 +0100 Subject: [PATCH] hardcode the generator --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 952290f6..6dd311f4 100755 --- a/debian/rules +++ b/debian/rules @@ -806,7 +806,7 @@ build-wasm/libcxx-%-wasi: build-wasm/compiler-rt-% # ships. mkdir -p "$@" $(CMAKE_BIN) -B "$@" -S runtimes \ - -G $(GENERATOR) \ + -G Ninja \ $(SCCACHE_CMAKE) \ -DCMAKE_C_COMPILER_WORKS=ON \ -DCMAKE_CXX_COMPILER_WORKS=ON \