Skip to content

Commit 38cbae5

Browse files
committed
narray.rb - darwin/bundle
1 parent 5e85d8e commit 38cbae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/numo/narray.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
require "numo/narray.so"
1+
require "numo/narray.#{RUBY_PLATFORM.include?('darwin') ? 'bundle' : 'so'}"
22
require "numo/narray/extra"

0 commit comments

Comments
 (0)