]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ESL-29
authorBrian West <brian@freeswitch.org>
Tue, 2 Feb 2010 05:47:01 +0000 (05:47 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 2 Feb 2010 05:47:01 +0000 (05:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16549 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/ruby/Makefile

index 50d1f4c57da940c837eff1cc0292785d58a20fa4..227e9f33fab10e6e87e3e6a90c8f3452e39d346d 100644 (file)
@@ -1,6 +1,6 @@
 ## no idea how to simply ask ruby which one to use
 LOCAL_CFLAGS=-I$(shell ruby -e 'require "rbconfig"; puts RbConfig::CONFIG["topdir"]')
-LOCAL_LDFLAGS=$(shell ruby -e 'require "rbconfig"; puts RbConfig::CONFIG["LIBRUBYARG"]')
+LOCAL_LDFLAGS=$(shell ruby -e 'require "rbconfig"; puts RbConfig::CONFIG["LIBS"]')
 
 all: ESL.so