Split cgo files
This commit is contained in:
parent
944d42629b
commit
5f162ce7cd
8 changed files with 63 additions and 9 deletions
9
raylib/cgo_android.go
Normal file
9
raylib/cgo_android.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
// +build android
|
||||
|
||||
package raylib
|
||||
|
||||
/*
|
||||
#cgo android LDFLAGS: -llog -landroid -lEGL -lGLESv2 -lOpenSLES -lopenal -lm -landroid_native_app_glue
|
||||
#cgo android CFLAGS: -DPLATFORM_ANDROID -DGRAPHICS_API_OPENGL_ES2
|
||||
*/
|
||||
import "C"
|
Loading…
Add table
Add a link
Reference in a new issue