Skip to content

Commit 3e71d4e

Browse files
committed
fix
1 parent be6f092 commit 3e71d4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

F/FFMPEG/common.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# `julia build_tarballs.jl --help` to see a usage message.
33
using BinaryBuilder, Pkg
44

5+
const YGGDRASIL_DIR = "../.."
6+
include(joinpath(YGGDRASIL_DIR, "platforms", "macos_sdks.jl"))
7+
58
name = "FFMPEG"
69
version_string = "8.0" # when patch number is zero, they use X.Y format
710
version = VersionNumber(version_string)

0 commit comments

Comments
 (0)