Lakabd
Lakabd
Hi @nxpfrankli , thanks for your reply ! indeed suffix= will delete the env variable for windows. However, if uuu can somehow let me define variables at the cmd line...
After some digging, I found out that I can modify the line 776 in libuuu/cmd.cpp like the following: ``` - return {false, {}} + return {true, "\0"} ``` and it...
No it is for 64bit (I can confirme that by checking the binary directly https://superuser.com/questions/358434/how-to-check-if-a-binary-is-32-or-64-bit-on-windows also the artifact folder under` mfgtools\msvc` is called `x64\`) I have downloaded only msbuild tools...
I have tried to build with windows10 SDK version 10.0.17134.12 and I'm getting always the same error for my uuu script. can you please share the setup you are using...
Thanks for the quick replay @nxpfrankli. looking at th config of your CI you do have SDK 10.0.16299.0 installed with newer ones also... I'm clueless, I'll try to change the...
I meant the runtime issue I got here.  for the environment I understood how it works.
I added your modif manually and now it is working like a charm (y), thanks ! And for having the empty environment variables in windows (to have the same behavior...
So we can just add the modif as it is without the cout.. the user will eventually end up by seeing that he didn't define the variable (in cas he...
pull request submitted !