Use == instead of is operator for checking string equality in AMBuild scripts (bug 6043, r=dvander).

This commit is contained in:
Scott Ehlert
2014-02-09 22:50:20 -06:00
parent 8476832dc2
commit e00e879af5
16 changed files with 47 additions and 49 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import os
binary = SM.ExtLibrary(builder, 'geoip.ext')
if builder.target_platform is 'windows':
if builder.target_platform == 'windows':
binary.compiler.postlink += ['wsock32.lib']
binary.sources += [