Skip to content

Commit

Permalink
New try
Browse files Browse the repository at this point in the history
  • Loading branch information
Victorcorcos committed Jul 19, 2023
1 parent 8f89cdf commit 7981833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/libnativemath/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def print_directory_tree(folder_path, indent = 0)
abort 'libmuparserx.a is missing.'
end

if RUBY_VERSION >= '3.2'
if RUBY_VERSION >= '3.2' and RUBY_PLATFORM.match? 'linux'
create_makefile('../ext/libnativemath')
else
create_makefile('ext/libnativemath/libnativemath')
Expand Down

0 comments on commit 7981833

Please sign in to comment.