Skip to content
Unverified Commit bd2d120c authored by aszlig's avatar aszlig
Browse files

vm/windows: Allow to specify a different arch.



So far, we determined this based on stdenv.is64bit, but there are cases
where you want to run/build a 32bit program on a 64 bit Windows.

This is now possible, by passing windowsImage.arch = "i686" | "x86_64"
to runInWindowsVM. Based an what was passed, the corresponding Cygwin
packages and setup.exe are bootstrapped.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent c4d5757e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment