mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 02:13:38 +00:00
hardcode the generator
This commit is contained in:
parent
d69df2979c
commit
7863400b1b
2
debian/rules
vendored
2
debian/rules
vendored
@ -806,7 +806,7 @@ build-wasm/libcxx-%-wasi: build-wasm/compiler-rt-%
|
|||||||
# ships.
|
# ships.
|
||||||
mkdir -p "$@"
|
mkdir -p "$@"
|
||||||
$(CMAKE_BIN) -B "$@" -S runtimes \
|
$(CMAKE_BIN) -B "$@" -S runtimes \
|
||||||
-G $(GENERATOR) \
|
-G Ninja \
|
||||||
$(SCCACHE_CMAKE) \
|
$(SCCACHE_CMAKE) \
|
||||||
-DCMAKE_C_COMPILER_WORKS=ON \
|
-DCMAKE_C_COMPILER_WORKS=ON \
|
||||||
-DCMAKE_CXX_COMPILER_WORKS=ON \
|
-DCMAKE_CXX_COMPILER_WORKS=ON \
|
||||||
|
Loading…
Reference in New Issue
Block a user