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/include"),
|
||||||
path.join(rootdir, "flac/src/libFLAC/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"}
|
links {"flac"}
|
||||||
ogg.link()
|
ogg.link()
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue