Specify the core library instead of the external library.

This commit is contained in:
icm7216
2018-12-12 00:54:15 +09:00
parent 74c5402211
commit 59651f43ad
+1 -1
View File
@@ -8,7 +8,7 @@ MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :git => 'https://github.com/matsumoto-r/mruby-sleep.git'
conf.gem :core => 'mruby-sleep'
end
```