From 56536c43a392ab08ca784150da61ae6f7ad7679f Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Tue, 3 May 2016 22:36:08 +0900 Subject: [PATCH] trailed library suffix. --- test/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SConstruct b/test/SConstruct index 1e86496..27cc776 100644 --- a/test/SConstruct +++ b/test/SConstruct @@ -19,7 +19,7 @@ if not conf.CheckCXX(): print "c++ compiler is not installed!" Exit(1) -libs = ['stdc++', 'pthread', 'libgtest'] +libs = ['stdc++', 'pthread', 'gtest'] for lib in libs: if not conf.CheckLib(lib): print "library " + lib + " not installed!"