remove winmm
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...

This commit is contained in:
Nishi 2026-08-10 01:55:27 +09:00
commit df1972e91c
5 changed files with 4 additions and 5 deletions

View file

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