mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
dreamcast_shelf build config: minor fix for KOS_BASE check
This commit is contained in:
@@ -23,7 +23,7 @@ MRuby::CrossBuild.new("dreamcast") do |conf|
|
||||
KOS_BASE = ENV["KOS_BASE"]
|
||||
|
||||
# Check environment variables
|
||||
if (KOS_BASE.nil? || KOS_BASE.empty?)
|
||||
if KOS_BASE.to_s.empty?
|
||||
raise "Error: KallistiOS is required; KOS_BASE need to be declared; Stop."
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user