Skip to content

Commit 4c3d291

Browse files
committed
Pick up CPPFLAGS and LDFLAGS from environment variables
1 parent e042202 commit 4c3d291

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/ilios/extconf.rb

+3
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,7 @@ def self.install_from_source
159159
CassandraDriverInstaller.install
160160
end
161161

162+
$CPPFLAGS += " #{ENV['CPPFLAGS']}"
163+
$LDFLAGS += " #{ENV['LDFLAGS']}"
164+
162165
create_makefile('ilios')

0 commit comments

Comments
 (0)