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
+2 -2
View File
@@ -7,8 +7,8 @@ package backend
**/
/*
#cgo CFLAGS: -x objective-c
#cgo LDFLAGS: -framework Cocoa -framework MediaPlayer
#cgo CFLAGS: -x objective-c -I/opt/homebrew/include -I/opt/local/include
#cgo LDFLAGS: -framework Cocoa -framework MediaPlayer -L/opt/homebrew/lib -L/opt/local/lib
#include "mpmediabridge.h"
*/
import (