Require Formula before using it

This commit is contained in:
Jack Nagel 2013-11-27 17:29:06 -06:00
parent 14b19ba3c4
commit 0581532fdc

View File

@ -1,3 +1,5 @@
require 'formula'
module SharedEnvExtension
CC_FLAG_VARS = %w{CFLAGS CXXFLAGS OBJCFLAGS OBJCXXFLAGS}
FC_FLAG_VARS = %w{FCFLAGS FFLAGS}