Skip to content

Commit

Permalink
Revert src/choosenim.nims
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahr committed Aug 30, 2020
1 parent e81e2e1 commit 8fd54dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ install:
script:
- set -ex
- nimble install -y -d
- nim c --out:bin/choosenim src/choosenim
- nim c src/choosenim
- nimble test
- yes | ./bin/choosenim stable # Workaround for `tester` overwriting original Nimble install.
- |
Expand Down
4 changes: 0 additions & 4 deletions config.nims

This file was deleted.

4 changes: 4 additions & 0 deletions src/choosenim.nims
@@ -0,0 +1,4 @@
when defined(macosx):
--define:curl
else:
--define:ssl

0 comments on commit 8fd54dd

Please sign in to comment.