From 0c381a2ce820db730cf995b6dbd2e6e4050cb358 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 5 Dec 2006 08:47:06 -0500 Subject: ENH: fix bootstrap for mac --- bootstrap | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bootstrap b/bootstrap index c4df8a9..980ae52 100755 --- a/bootstrap +++ b/bootstrap @@ -548,19 +548,16 @@ rm -f "${cmake_bootstrap_dir}/cmConfigure.h.tmp" # If exist compiler flags, set them cmake_c_flags=${CFLAGS} cmake_cxx_flags=${CXXFLAGS} +cmake_ld_flags=${LDFLAGS} # Add Carbon framework on Darwin if ${cmake_system_darwin}; then cmake_ld_flags="${LDFLAGS} -framework Carbon" -else - cmake_ld_flags=${LDFLAGS} fi # Add BeOS toolkits... if ${cmake_system_beos}; then cmake_ld_flags="${LDFLAGS} -lroot -lbe" -else - cmake_ld_flags=${LDFLAGS} fi # Test C compiler -- cgit v0.12