We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80b66ae + 84dcd2c commit 8b8d69fCopy full SHA for 8b8d69f
tools/building.py
@@ -435,12 +435,6 @@ def DoBuilding(target, objects):
435
436
break
437
else:
438
- # merge the repeated items in the Env
439
- if Env.has_key('CPPPATH') : Env['CPPPATH'] = list(set(Env['CPPPATH']))
440
- if Env.has_key('CPPDEFINES'): Env['CPPDEFINES'] = list(set(Env['CPPDEFINES']))
441
- if Env.has_key('LIBPATH') : Env['LIBPATH'] = list(set(Env['LIBPATH']))
442
- if Env.has_key('LIBS') : Env['LIBS'] = list(set(Env['LIBS']))
443
-
444
program = Env.Program(target, objects)
445
446
EndBuilding(target, program)
0 commit comments