use •ParseFloat instead of •BQN to parse numbers in build.bqn
This commit is contained in:
parent
4a6877a87a
commit
d157fac17f
@ -145,7 +145,7 @@ po ← { # parsed options
|
||||
custom ← GetOpt "c"
|
||||
clangd ← GetOpt "clangd"
|
||||
DOpt ← {@⊸≡◶⟨⊢,𝕨⟩ GetOpt 𝕩}
|
||||
J ⇐ {𝕊: v←GetOpt "j" ⋄ v≢@? •BQN v; •BQN⎊4 "4" TrySH ⟨"nproc"⟩}
|
||||
J ⇐ {𝕊: v←GetOpt "j" ⋄ v≢@? •ParseFloat v; •ParseFloat⎊4 "4" TrySH ⟨"nproc"⟩}
|
||||
rebuildAll ⇐ GetOpt "rebuild"
|
||||
rebuildSingeli ⇐ GetOpt "rebuild-singeli"
|
||||
tui ⇐ ¬GetOpt "notui"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user