mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
Scons: remove extra CCFLAGS
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15243 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
23c2764c61
commit
46c15b2f7e
@ -479,7 +479,6 @@ if use_vc:
|
||||
else:
|
||||
CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo', '/MD'])
|
||||
C_CCFLAGS.extend(['/wd4819', '/wd4996', '/nologo', '/MD'])
|
||||
CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo', '/MD'])
|
||||
else:
|
||||
if env.has_key('CXX') and env['CXX']:
|
||||
env['CC'] = env.subst('$CXX')
|
||||
|
Loading…
Reference in New Issue
Block a user