all repos — hastysite @ b3c6166909b77f76f60cada1e521b53e13c7f0b0

A high-performance static site generator.

hastysite.nims

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
# https://blog.filippo.io/easy-windows-and-linux-cross-compilers-for-macos/

switch("amd64.windows.gcc.path", "/usr/local/bin")
switch("amd64.windows.gcc.exe", "x86_64-w64-mingw32-gcc")
switch("amd64.windows.gcc.linkerexe", "x86_64-w64-mingw32-gcc")

switch("amd64.linux.gcc.path", "/usr/local/bin")
switch("amd64.linux.gcc.exe", "x86_64-linux-musl-gcc")
switch("amd64.linux.gcc.linkerexe", "x86_64-linux-musl-gcc")