提交 44252650 authored 作者: Brian West's avatar Brian West 提交者: Michael Jerris

ESL-89: fix install path and single_command require

Conflicts:
	libs/esl/ruby/single_command.rb
上级 58331abe
RUBY:=ruby RUBY:=ruby
LOCAL_LDFLAGS=$(shell $(RUBY) -rrbconfig -e 'puts RbConfig::CONFIG["LIBRUBYARG"]') LOCAL_LDFLAGS=$(shell $(RUBY) -rrbconfig -e 'puts RbConfig::CONFIG["LIBRUBYARG"]')
LOCAL_CFLAGS=$(shell $(RUBY) cflags.rb) LOCAL_CFLAGS=$(shell $(RUBY) cflags.rb)
RUBY_GEM_DIR=$(shell $(RUBY) -e 'puts Gem.dir') RUBY_GEM_DIR=$(shell $(RUBY) -e 'puts RbConfig::CONFIG["rubylibdir"]')
all: ESL.so all: ESL.so
......
#! /usr/bin/ruby #! /usr/bin/ruby
require "ESL" require "ESL"
command = ARGV.join(" ") command = ARGV.join(" ")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论