mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-03 15:23:33 +00:00
Use static CC build
This commit is contained in:
parent
494ac0ed3b
commit
61c70d3289
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ package libyuv
|
|||
|
||||
/*
|
||||
#cgo !darwin,!st LDFLAGS: -lyuv
|
||||
#cgo !darwin,st LDFLAGS: -l:libyuv.a -l:libjpeg.a -lstdc++
|
||||
#cgo !darwin,st LDFLAGS: -l:libyuv.a -l:libjpeg.a -l:libstdc++.a -static-libgcc
|
||||
|
||||
#cgo darwin CFLAGS: -DINCLUDE_LIBYUV_VERSION_H_
|
||||
#cgo darwin LDFLAGS: -L${SRCDIR} -lstdc++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue