Fixed audio build script not defining NAZARA_AUDIO_OPENAL

Former-commit-id: a2fcdc463e47bc1b6d8a0799fb5f667f96e9dd07
This commit is contained in:
Lynix 2014-02-18 00:18:11 +01:00
parent 908e79df65
commit 67000134f0
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ if (not _OPTIONS["united"]) then
project "NazaraAudio"
end
defines "NAZARA_AUDIO_OPENAL"
files
{
"../include/Nazara/Audio/**.hpp",