Fork me on GitHub
#graalvm
<
2021-09-13
>
Benjamin09:09:47

how do I compile for windows on linux?

borkdude09:09:54

@benjamin.schwerdtner you can't. you can either use Appveyor, CircleCI or Github actions to use Windows to compile for Windows

borkdude09:09:01

or just your own Windows machine of course

borkdude09:09:55

For my own projects I've defaulted to Appveyor: their UI and config is intuitive and I've been re-using the same config over and over

borkdude09:09:33

You can check out any of my projects, e.g. babashka or clj-kondo for an example

borkdude09:09:44

I believe clojure-lsp is using Github actions for Windows

Benjamin09:09:36

nice thanks