gpac: fix X11 typo.
This commit is contained in:
parent
490c659f2f
commit
c233e18e6c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Gpac < Formula
|
|||
|
||||
if build.with? 'x11'
|
||||
# gpac build system is barely functional
|
||||
args << "--extra-cflags=-I#{MacOS::X11.include}",
|
||||
args << "--extra-cflags=-I#{MacOS::X11.include}"
|
||||
# Force detection of X libs on 64-bit kernel
|
||||
args << "--extra-ldflags=-L#{MacOS::X11.lib}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue