Skip to content

Commit

Permalink
Merge pull request #2085 from eregon/patch-1
Browse files Browse the repository at this point in the history
Add a note that NOKOGIRI_USE_SYSTEM_LIBRARIES is used by TruffleRuby
  • Loading branch information
flavorjones committed Sep 25, 2020
2 parents 9ed80a1 + ceda534 commit 793baae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/nokogiri/extconf.rb
Expand Up @@ -382,6 +382,7 @@ def lib_a(ldflag)
end

def using_system_libraries?
# NOTE: TruffleRuby uses this env var as it does not support using static libraries yet.
arg_config('--use-system-libraries', !!ENV['NOKOGIRI_USE_SYSTEM_LIBRARIES'])
end

Expand Down

0 comments on commit 793baae

Please sign in to comment.