Skip to content

Commit 38cbae5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/numo/narray.rb

+1-1
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)