FontForge: Added reason why it depends_on :xcode
Closes Homebrew/homebrew#14437. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
433878bf28
commit
cc88976afd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Fontforge < Formula
|
|||
depends_on 'potrace'
|
||||
depends_on 'libspiro'
|
||||
depends_on :x11
|
||||
depends_on :xcode
|
||||
depends_on :xcode # Because: #include </Developer/Headers/FlatCarbon/Files.h>
|
||||
|
||||
def options
|
||||
[['--without-python', 'Build without Python.']]
|
||||
|
|
Loading…
Reference in a new issue