From 17e5ba1e23f007c3b7e18b9b240c8b3591c79a40 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 2 Feb 2010 05:47:01 +0000 Subject: [PATCH] ESL-29 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16549 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/esl/ruby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/esl/ruby/Makefile b/libs/esl/ruby/Makefile index 50d1f4c57d..227e9f33fa 100644 --- a/libs/esl/ruby/Makefile +++ b/libs/esl/ruby/Makefile @@ -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