| Index: tools/scons_to_gn/test.scons
|
| diff --git a/tools/scons_to_gn/test.scons b/tools/scons_to_gn/test.scons
|
| index d5055a73f7add96d9ac75d7761b6468b503eabd6..31b1c58c65a67f567c6e197370b3a66760de47cb 100644
|
| --- a/tools/scons_to_gn/test.scons
|
| +++ b/tools/scons_to_gn/test.scons
|
| @@ -9,9 +9,9 @@ defines = []
|
|
|
| if env.Bit('win'):
|
| sources += ['win']
|
| -if env.Bit('target_x86_32'):
|
| +if env.Bit('build_x86_32'):
|
| defines += ['_x86']
|
| -if env.Bit('target_x86_64'):
|
| +if env.Bit('build_x86_64'):
|
| defines += ['_x64']
|
|
|
| if True:
|
|
|