i am trying to use ktor-curl on windows, i figured out that i need msys2 in the default location.. and then it kinda works.. but only when i execute the produced binary through gitbash
(i assume the other things need a environment refresh to pick up the new msys2 location
or cmd cannot find the required .dll.a file)
but .. could i instead configure kotlin-native to statically link/bundle libcurl so that the produced executable "just works" ?