3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2025-01-11 23:51:22 +01:00
Velocity/native/compile-linux.sh

4 Zeilen
172 B
Bash

2018-08-01 22:22:09 -04:00
#!/bin/bash
# Modify as you need.
2018-08-02 00:43:38 -04:00
gcc -O3 -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux/ -shared -lz src/main/c/*.c -o src/main/resources/linux_x64/velocity-compress.so