Replies: 1 comment 2 replies
-
Write-Output is not window executable program. it's powershell's command. you should run |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed xmake 2.9.5 using scoop via
scoop install xmake
And I wrote an
xmake.lua
as follow:I run
xmake run test
but it printI try to run the
Write-Output "aaaa"
in powershell and it works.Is there anything more I should do before running a powershell cmd via xmake?
Beta Was this translation helpful? Give feedback.
All reactions