From f7ae70853bf94031b4877a8b843c6030e82c1720 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 23 Jan 2014 02:00:44 +0100 Subject: [PATCH] Set an explicit C++ tag on libtool, to ease compiling with Clang. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 63a69e7..61faf9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @GLEW_CFLAGS@ LDFLAGS=@GLEW_LIBS@ @SDL_LIBS@ -lpthread DEMO_LDLIBS=@SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ SHELL=@SHELL@ -LIBTOOL=@LIBTOOL@ +LIBTOOL=@LIBTOOL@ --tag=CXX RANLIB=ranlib INSTALL=install MKDIR=mkdir -- 2.39.2