We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e85d8e commit 38cbae5Copy full SHA for 38cbae5
lib/numo/narray.rb
@@ -1,2 +1,2 @@
1
-require "numo/narray.so"
+require "numo/narray.#{RUBY_PLATFORM.include?('darwin') ? 'bundle' : 'so'}"
2
require "numo/narray/extra"
0 commit comments