mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
ESL-89: fix install path and single_command require
Conflicts: libs/esl/ruby/single_command.rb
This commit is contained in:
committed by
Michael Jerris
parent
58331abefa
commit
4425265038
@@ -1,7 +1,7 @@
|
||||
RUBY:=ruby
|
||||
LOCAL_LDFLAGS=$(shell $(RUBY) -rrbconfig -e 'puts RbConfig::CONFIG["LIBRUBYARG"]')
|
||||
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
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#! /usr/bin/ruby
|
||||
|
||||
require "ESL"
|
||||
|
||||
command = ARGV.join(" ")
|
||||
|
||||
Reference in New Issue
Block a user