From 1ebc13df94c055211630b77e5097fd907d0b3082 Mon Sep 17 00:00:00 2001 From: gibbed Date: Sat, 17 Aug 2019 08:26:31 -0500 Subject: [PATCH] Oops. Call set after vsdevcmd. --- xenia-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenia-build b/xenia-build index 0fe8628d9..ccb987860 100755 --- a/xenia-build +++ b/xenia-build @@ -115,7 +115,7 @@ def import_vs_environment(): env_tool_args = [vcvars_path, 'x64', '&&', 'set'] else: vsdevcmd_path = os.path.join(install_path, 'Common7\\Tools\\VsDevCmd.bat') - env_tool_args = [vsdevcmd_path, '-arch=amd64', '-host_arch=amd64'] + env_tool_args = [vsdevcmd_path, '-arch=amd64', '-host_arch=amd64', '&&', 'set'] if version == 0: return None