mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 02:22:54 +00:00
fix(linux): building with clang
Signed-off-by: neoapps-dev <neoapps-dev@noreply.codeberg.org>
This commit is contained in:
parent
546a279cc9
commit
873c71c645
|
|
@ -78,7 +78,7 @@ do_cmake_configure() {
|
|||
local winsdk="$XWIN_CACHE/splat"
|
||||
local toolchain
|
||||
toolchain="$(write_toolchain)"
|
||||
local c_flags="/MT -fms-compatibility -fms-extensions --target=x86_64-pc-windows-msvc \
|
||||
local c_flags="/MT -Wno-non-pod-varargs -fms-compatibility -fms-extensions --target=x86_64-pc-windows-msvc \
|
||||
-imsvc $winsdk/crt/include \
|
||||
-imsvc $winsdk/sdk/include/ucrt \
|
||||
-imsvc $winsdk/sdk/include/um \
|
||||
|
|
|
|||
Loading…
Reference in a new issue