mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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
This commit is contained in:
parent
bb045a4fba
commit
6973591797
@ -237,7 +237,7 @@ int main()
|
|||||||
'''
|
'''
|
||||||
conf.Message('Checking for the use of global cstd... ')
|
conf.Message('Checking for the use of global cstd... ')
|
||||||
# if can not compile, define CXX_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)
|
conf.Result(ret)
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user