Skip to content

Commit

Permalink
Merge pull request #1635 from arturo-lang/fix-windows-compilation-iss…
Browse files Browse the repository at this point in the history
…ue-1630

Fix issue #1630
  • Loading branch information
drkameleon authored May 18, 2024
2 parents 16e69a8 + f7e4e3c commit 2878e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ proc defaultConfig() =
if hostOS != "windows":
--passL:"-pthread"
--path:src
--passC:"-Wno-error=incompatible-pointer-types"


proc configGMPOnWindows() =
Expand Down
2 changes: 1 addition & 1 deletion version/build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2898
2899

0 comments on commit 2878e59

Please sign in to comment.