Vim: build fix (#4692)

This commit is contained in:
extrowerk
2020-02-07 13:36:28 +01:00
committed by GitHub
parent 02da9d642e
commit 6ada3be986

View File

@@ -6096,7 +6096,7 @@ index 19b59c2..89c689c 100644
+HAIKUGUI_IPATH = +HAIKUGUI_IPATH =
+HAIKUGUI_LIBS_DIR = +HAIKUGUI_LIBS_DIR =
+HAIKUGUI_LIBS1 = -lbe -lroot -ltracker -ltranslation +HAIKUGUI_LIBS1 = -lbe -lroot -ltracker -ltranslation
+ifeq ($(strip $(word 1, $(subst -, , $(subst ., , $(shell $(CC) -dumpversion))))), 7) +ifeq ($(strip $(word 1, $(subst -, , $(subst ., , $(shell $(CC) -dumpversion))))), 8)
+HAIKUGUI_LIBS1 += -lsupc++ -lstdc++ +HAIKUGUI_LIBS1 += -lsupc++ -lstdc++
+endif +endif
+HAIKUGUI_LIBS2 = +HAIKUGUI_LIBS2 =