Prebuild/compile.sh

8 lines
No EOL
157 B
Bash
Executable file

#!/bin/bash
# Use the prebuild bootstrap to compile prebuild
chmod +x runprebuild.sh
./runprebuild.sh
# Build Prebuild and SnapWrap
dotnet build -c Release