-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add xmake.cmd
in bin
folder for xmake
#22537
Comments
a shell wrapper should will be installed to https://github.com/xmake-io/xmake/blob/dev/scripts/msys/xmake.sh |
Yes, but it is just a sh script. However, |
you can open a pr to add xmake.cmd and xmake.ps1 to xmake |
Description / Steps to reproduce the issue
I installed xmake and added the
C:\msys64\clang64\bin
directory to the environment variables. However, it seems that xmake cannot be called directly in the Windows environment unless theC:\msys64\clang64\share\xmake
environment variable is added. But is it possible to addxmake.cmd
to thebin
directory similar topnpm
so that it can be called directly in Windows?The following cmd script seems to work:
Expected behavior
Only add the
C:\msys64\clang64\bin
environment variable, and you can call xmake normally in the Windows environment.Actual behavior
Only adding the
C:\msys64\clang64\bin
environment variable does not allow xmake to be called normally in the Windows environment.Verification
Windows Version
MSYS_NT-10.0-26100
MINGW environments affected
Are you willing to submit a PR?
I would like to, but it is not clear how to modify the file
The text was updated successfully, but these errors were encountered: