Skip to content

Commit e9ed20d

Browse files
committed
Resolve Windows and macOS build issues (hopefully).
1 parent e4736fa commit e9ed20d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

choosenim.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires "analytics >= 0.3.0"
2121
requires "osinfo >= 0.3.0"
2222
requires "zippy >= 0.7.2"
2323
when defined(windows):
24-
requires "puppy 1.5.3"
24+
requires "puppy 1.5.4"
2525

2626
task release, "Build a release binary":
2727
exec "nimble build -d:release"

src/choosenim.nims

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
when defined(macosx):
22
switch("define", "curl")
3-
switch("passC","-arch arm64 -arch x86_64")
4-
switch("passL","-arch arm64 -arch x86_64")
53
elif not defined(windows):
64
switch("define", "curl")
75

0 commit comments

Comments
 (0)