From ab4d6b824c4d4dae38341eaa1645fdf7abe4400a Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 23 Dec 2018 19:31:19 -0500 Subject: [PATCH] does this help? --- unit_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/Makefile b/unit_tests/Makefile index 5d5ab94de5..59c44d9022 100644 --- a/unit_tests/Makefile +++ b/unit_tests/Makefile @@ -230,7 +230,7 @@ DINCDIR = DLIBDIR = # List all default libraries here -DLIBS = -static-libgcc -static-libstdc++ +DLIBS = -static-libgcc -static -static-libstdc++ # # End of default section