ilammy / msvc-dev-cmd

GitHub Action to setup Developer Command Prompt for Microsoft Visual C++
MIT License
338 stars 49 forks source link

Accept x86_64 as an alias to x64 #39

Closed aminya closed 3 years ago

aminya commented 3 years ago

D programming language uses x86_64 as the name of the x64 arch. Could you support accepting x86_64 as the arch input?

ilammy commented 3 years ago

@aminya, I've just released v1.9.0 (aliased as v1) which should accept x86_64 as an alias for x64.

Sorry for closing the issue a bit early, before you verify. I'm using this repo as a guinea pig for GitHub features. Please reopen if x86_64 does not work for you.

pzhlkj6612 commented 3 years ago

guinea pig... haha

aminya commented 3 years ago

Thank you so much! I will verify this, and if there was an issue, I will make a pull request.