Fix Fontforge regression for Xcode < 4.3
This commit is contained in:
parent
6b01891cf3
commit
59a7577cb4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Fontforge < Formula
|
|||
if MacOS.lion?
|
||||
s.gsub! "/Developer", "#{MacOS::sdk_path("10.7")}/Developer"
|
||||
else
|
||||
s.gsub! "/Developer", "/Developer"
|
||||
s.gsub! "/Developer", MacOS::Xcode.prefix
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue