diff --git a/xmake.lua b/xmake.lua index 9dea2ff..517108c 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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