We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b72f17 commit 1208989Copy full SHA for 1208989
binding/go/gcrp/gcrp.go
@@ -3,6 +3,8 @@ package gcrp
3
/*
4
#cgo CFLAGS: -I.
5
#cgo LDFLAGS: -L. -lCoralReefPlayer
6
+#cgo darwin LDFLAGS: -Wl,-rpath,.
7
+#cgo linux LDFLAGS: -Wl,-rpath,$ORIGIN
8
#include <stdlib.h>
9
#include "coralreefplayer.h"
10
extern void goCallback(enum Event, void*, void*);
0 commit comments