linux-packaging-mono/debian/mono-aot-bootstrap

6 lines
119 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
MCS_DIR=mcs/class/lib
find $MCS_DIR -name "*.exe" -or -name "*.dll" -exec runtime/mono-wrapper --aot {} \;