From 69735917978459055bb75481d84a01a3cc543e01 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Tue, 21 Aug 2007 22:14:30 +0000 Subject: [PATCH] fix a wrong scons fix due to the removal of /TP option git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19708 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/scons_utils.py b/development/scons/scons_utils.py index 7f3ca9861b..1bfc8013cf 100644 --- a/development/scons/scons_utils.py +++ b/development/scons/scons_utils.py @@ -237,7 +237,7 @@ int main() ''' conf.Message('Checking for the use of global cstd... ') # if can not compile, define CXX_GLOBAL_CSTD - ret = not conf.TryLink(check_global_cstd_source, '.c') + ret = conf.TryLink(check_global_cstd_source, '.cpp') conf.Result(ret) return ret -- 2.39.2