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"
|
||||
end
|
||||
|
||||
defines "NAZARA_AUDIO_OPENAL"
|
||||
|
||||
files
|
||||
{
|
||||
"../include/Nazara/Audio/**.hpp",
|
||||
|
|
|
|||
Loading…
Reference in New Issue