Build on a mac without environment variables
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package mpv
|
||||
|
||||
/*
|
||||
#cgo CFLAGS: -I/opt/homebrew/include -I/opt/local/include
|
||||
#cgo LDFLAGS: -L/opt/homebrew/lib -L/opt/local/lib
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user