diff options
Diffstat (limited to 'Library/Formula/rom-tools.rb')
| -rw-r--r-- | Library/Formula/rom-tools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rom-tools.rb b/Library/Formula/rom-tools.rb index 78609e500..0fd678d8d 100644 --- a/Library/Formula/rom-tools.rb +++ b/Library/Formula/rom-tools.rb @@ -12,7 +12,7 @@ class RomTools < Formula def install ENV['MACOSX_USE_LIBSDL'] = '1' - ENV['INCPATH'] = "-I./src/lib/util -I#{MacOS.x11_prefix}/include" + ENV['INCPATH'] = "-I./src/lib/util -I#{MacOS::XQuartz.include}" ENV['PTR64'] = (MacOS.prefer_64_bit? ? '1' : '0') system 'make romcmp' |
