StaticCompiler.jl icon indicating copy to clipboard operation
StaticCompiler.jl copied to clipboard

Fix of the adaption to Windows

Open Thomas008 opened this issue 8 months ago • 7 comments

Thank you for incorporating the pull request. There is still one line that causes that StaticCompiler does not work in Windows:

in generate_executable():

The line ``cmd \c clang is wrong.

It must be: ``cmd /c clang

(I tried to do a pull request with the fix But when forking the code in StaticCompiler.jl differed from the one in the curent package ?!)

Thomas008 avatar Jun 14 '24 16:06 Thomas008