diff options
Diffstat (limited to 'cpp/src/slice2html')
-rw-r--r-- | cpp/src/slice2html/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/slice2html/Makefile b/cpp/src/slice2html/Makefile index b3703c7aee5..4b2128814a0 100644 --- a/cpp/src/slice2html/Makefile +++ b/cpp/src/slice2html/Makefile @@ -16,11 +16,7 @@ TARGETS = $(NAME) OBJS = Gen.o \ Main.o -ifeq ($(CPP11),yes) -RPATH_DIR = @loader_path/../../lib/c++11 -else RPATH_DIR = @loader_path/../lib -endif include $(top_srcdir)/config/Make.rules |