fix Windows linking

This commit is contained in:
2024-12-06 17:11:27 +01:00
parent c7f52d9ce8
commit 95701058f1

View File

@@ -9,3 +9,7 @@ target("Assembleur")
add_files("src/*.cpp")
set_rundir(".")
add_packages("argparse")
if is_os("windows") then
add_ldflags("-static", "-static-libstdc++")
end