force c, as gcc thinks upper case .C extension is c++
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4899 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fd697f0b82
commit
cf297a3762
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ if cppunit:
|
|||
|
||||
# exehead files special treatment
|
||||
exehead_env = env.Clone()
|
||||
exehead_env.Append(CCFLAGS = ['$C_FLAG'])
|
||||
exehead_env.Append(
|
||||
CPPDEFINES = [
|
||||
'EXEHEAD',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue