Add noaudio tag to build binary without OpenAL
This commit is contained in:
parent
f8227a3d71
commit
074c4de175
9 changed files with 29 additions and 13 deletions
|
@ -1,3 +1,5 @@
|
|||
// +build !noaudio
|
||||
|
||||
/**********************************************************************************************
|
||||
*
|
||||
* raylib.audio - Basic funtionality to work with audio
|
||||
|
@ -167,4 +169,4 @@ void StopAudioStream(AudioStream stream); // Stop audio st
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif // AUDIO_H
|
||||
#endif // AUDIO_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue