Skip to content

Commit

Permalink
Try removing linux check again.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Sep 14, 2024
1 parent 523e1ad commit a6eb209
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/mkmf/lite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ def cpp_out_file

memoize :cpp_out_file

# TODO: We should adjust this based on OS. For now we're using
# arguments I think you'll typically see set on Linux and BSD.
def cpp_libraries
if RbConfig::CONFIG['LIBS'] && RbConfig::CONFIG['host_os'] =~ /linux/i
if RbConfig::CONFIG['LIBS']
RbConfig::CONFIG['LIBS'] + RbConfig::CONFIG['LIBRUBYARG']
else
if cpp_command =~ /clang/i
Expand Down

0 comments on commit a6eb209

Please sign in to comment.