mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Takes the environment variable DESTDIR in rake install
If the environment variable `DESTDIR` is set, the writing destination is `<DESTDIR>/<PREFIX>/...`. It is assumed to be used for package work.
This commit is contained in:
@@ -9,6 +9,7 @@ module MRuby
|
||||
autoload :Presym, "mruby/presym"
|
||||
|
||||
INSTALL_PREFIX = ENV['PREFIX'] || ENV['INSTALL_PREFIX'] || '/usr/local'
|
||||
INSTALL_DESTDIR = ENV['DESTDIR'] || ''
|
||||
|
||||
class << self
|
||||
def targets
|
||||
|
||||
Reference in New Issue
Block a user