You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounted the same bug: I want scons to use x86 version "cl.exe", but it always use x64 version "cl.exe".
When I modified the "C:\Python27\scons-3.0.1\SCons\Environment.py" line 950
form "self._dict['TARGET_ARCH'] = self._dict.get('TARGET_ARCH',None)" to "self._dict['TARGET_ARCH'] = self._dict.get('TARGET_ARCH','x86')"