mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Updated to Nim 1.6.2
This commit is contained in:
parent
86d897d580
commit
df553c80ea
6 changed files with 34 additions and 0 deletions
5
packages/nim/1.6.2/compile
vendored
Normal file
5
packages/nim/1.6.2/compile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Compile nim file(s)
|
||||
nim --hints:off --out:out --nimcache:./ c "$@"
|
||||
chmod +x out
|
Loading…
Add table
Add a link
Reference in a new issue