i am trying to use ktor-curl on windows, i figured...
# kotlin-native
n
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" ?
m
AFAIK for now it's impossible, but in near future - when https://github.com/msys2/MINGW-packages/pull/8469 will be merged - things may change.
👍 1