Adding crosscompiling configuration to target Windows.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-11-04 07:14:30 -05:00
parent b0422d6a7f
commit f647d51249
1 changed files with 3 additions and 0 deletions

3
src/nim.cfg Normal file
View File

@ -0,0 +1,3 @@
@if(mingw):
gcc.options.linker = ""
@end