update build scripts
This commit is contained in:
parent
e1b154dfe6
commit
b6431d1db2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue