oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-05-06 04:33:48 +09:00
commit 7f667189fc
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 13 additions and 13 deletions

View file

@ -177,7 +177,7 @@ sub generate {
" \$(LD) \$(EXE_LDFLAGS) $exeout\$@ $prefobj$o $needlibs ${lib}src${dir}Mw.lib"
);
if ($f =~ /\Q${dir}gldemos${dir}\E/) {
if ($f =~ /gldemos/) {
print(OUT " ${lib}opengl32.lib ${lib}glu32.lib");
}
print(OUT "\n");