Build on a mac without environment variables

This commit is contained in:
Andy Williams
2025-08-22 11:32:34 +01:00
parent a8f252de33
commit ffe4fa61ee
4 changed files with 10 additions and 13 deletions
+7
View File
@@ -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"