mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(mono-6.12.0): filename fixes (#230)
* pkg(mono-6.12.0): filename fixes * pkg(mono-6.12.0): compile cs files * pkg(mono-6.12.0): add provides in metadata
This commit is contained in:
parent
7e1960302d
commit
09e347a098
4 changed files with 10 additions and 5 deletions
3
packages/mono/6.12.0/compile
vendored
3
packages/mono/6.12.0/compile
vendored
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
csc "$@"
|
||||
rename 's/$/\.cs/' "$@" # Add .cs extension
|
||||
csc -out:out *.cs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue