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
|
@ -3,7 +3,9 @@
|
|||
package raylib
|
||||
|
||||
/*
|
||||
#cgo android LDFLAGS: -llog -landroid -lEGL -lGLESv2 -lOpenSLES -lopenal -lm -landroid_native_app_glue
|
||||
#cgo android LDFLAGS: -llog -landroid -lEGL -lGLESv2 -lOpenSLES -lm -landroid_native_app_glue
|
||||
#cgo android CFLAGS: -DPLATFORM_ANDROID -DGRAPHICS_API_OPENGL_ES2
|
||||
|
||||
#cgo android,!noaudio LDFLAGS: -lopenal
|
||||
*/
|
||||
import "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue