Skip to content

Commit

Permalink
config: tweak comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Aug 13, 2023
1 parent 38525b3 commit 8c7c3ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ if defined(release):
elif defined(clang):
switch("clang.exe", "musl-clang")
switch("clang.linkerexe", "musl-clang")
# begin Nimble config (version 2)

# Tell Nim the paths to Nimble packages. We need this because we ran `nimble lock`.
# The below lines are added by `nimble setup`.
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config

0 comments on commit 8c7c3ae

Please sign in to comment.