update build scripts

This commit is contained in:
Joseph Aquino 2025-12-30 22:32:05 -05:00
parent e1b154dfe6
commit b6431d1db2
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ function m.link()
path.join(rootdir, "flac/include"),
path.join(rootdir, "flac/src/libFLAC/include"),
}
defines { "FLAC__NO_DLL" } -- in case projects want to reference flac directly, it wont expect a dynamic library
links {"flac"}
ogg.link()
end