mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-10-05 23:16:53 +08:00
7 lines
170 B
Bash
Executable File
7 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
source ./scripts/mac_check_deps.sh
|
|
|
|
export CGO_LDFLAGS="-L$(brew --prefix srt)/lib -lsrt"
|
|
export CGO_CFLAGS="-I$(brew --prefix srt)/include/"
|
|
|
|
go run main.go |