mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-05 07:38:04 +00:00
ESL-89: fix install path and single_command require
This commit is contained in:
parent
d6fa81b4b7
commit
7bc92a11af
@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /usr/bin/ruby
|
#! /usr/bin/ruby
|
||||||
require_relative './ESL'
|
require 'ESL'
|
||||||
|
|
||||||
HOST = '127.0.0.1'.to_s
|
HOST = '127.0.0.1'.to_s
|
||||||
PORT = '8021'.to_s
|
PORT = '8021'.to_s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user