work
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-07-20 03:58:29 +09:00
commit 8a6bfb62de
2 changed files with 2 additions and 1 deletions

View file

@ -4,5 +4,6 @@ $executable_suffix = ".exe";
$math = "";
add_ldflags("-Wl,--out-implib,src/libMw.dll.a -static-libgcc");
use_backend("gdi");
add_libs("-lwinmm");
1;