Fixed audio build script not defining NAZARA_AUDIO_OPENAL
Former-commit-id: a2fcdc463e47bc1b6d8a0799fb5f667f96e9dd07
This commit is contained in:
parent
908e79df65
commit
67000134f0
|
|
@ -2,6 +2,8 @@ if (not _OPTIONS["united"]) then
|
||||||
project "NazaraAudio"
|
project "NazaraAudio"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
defines "NAZARA_AUDIO_OPENAL"
|
||||||
|
|
||||||
files
|
files
|
||||||
{
|
{
|
||||||
"../include/Nazara/Audio/**.hpp",
|
"../include/Nazara/Audio/**.hpp",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue