Skip to content

Commit

Permalink
Add dir_config('boost') to extconf.rb to customize header location
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrir-naru committed Jun 24, 2023
1 parent 807b2eb commit 74e3a6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/boost_distributions/extconf.rb
Expand Up @@ -6,6 +6,8 @@
$CPPFLAGS += cflags if RUBY_VERSION >= "2.0.0"
$LOCAL_LIBS += " -lstdc++ "

dir_config('boost')

IO_TARGETS = [
[Kernel, :instance_eval],
[(class << File; self; end), :class_eval], # https://github.com/ruby/ruby/commit/19beb028
Expand Down

0 comments on commit 74e3a6f

Please sign in to comment.