Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build_config/cosmopolitan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# Usage:
# COSMO_ROOT=/path/to/cosmocc rake MRUBY_CONFIG=cosmopolitan
#
# The resulting binaries in bin/ will have .com extension and run on all
# supported platforms without recompilation.
# The resulting binaries in build/cosmopolitan/bin/ will have .com extension
# and run on all supported platforms without recompilation.

COSMO_ROOT = ENV['COSMO_ROOT']

Expand All @@ -37,7 +37,7 @@
raise msg
end

MRuby::Build.new do |conf|
MRuby::Build.new('cosmopolitan') do |conf|
# C compiler
conf.cc do |cc|
cc.command = "#{COSMO_ROOT}/bin/cosmocc"
Expand Down
Loading