Skip to content

Commit

Permalink
handle QUICK_AND_DIRTY_NIMBLE=1 case (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Dec 17, 2024
1 parent 0bddaba commit 9e3a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_nim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ build_nim() {

# Do we want Nimble in this quick build?
if [[ "${QUICK_AND_DIRTY_NIMBLE}" != "0" ]]; then
bin/nim c -d:release --noNimblePath --skipUserCfg --skipParentCfg dist/nimble/src/nimble.nim
bin/nim c -d:release --noNimblePath --skipUserCfg dist/nimble/src/nimble.nim
mv dist/nimble/src/nimble bin/
fi
fi
Expand Down

0 comments on commit 9e3a236

Please sign in to comment.