| author | |
| committer | |
| log | cb8dacabd8826c8edde53d42df63a06891cbade7 |
| tree | 5cdaf1a00c610d9fd6fe3cf8ea7a47b3e736de06 |
| parent | f65b1d46804bce716f16465b60c6daa2921e4519 |
1 files changed, 2 insertions(+), 0 deletions(-)
CMakeLists.txt+2| ... | ... | @@ -632,6 +632,8 @@ set_target_properties(zig PROPERTIES |
| 632 | 632 | target_link_libraries(zig compiler "${LIBUSERLAND}") |
| 633 | 633 | if(MSVC) |
| 634 | 634 | target_link_libraries(zig ntdll.lib) |
| 635 | elseif(MINGW) | |
| 636 | target_link_libraries(zig ntdll) | |
| 635 | 637 | endif() |
| 636 | 638 | add_dependencies(zig zig_build_libuserland) |
| 637 | 639 | install(TARGETS zig DESTINATION bin) |