3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 14:40:21 +02:00
Velocity/native/compile-linux.sh

4 Zeilen
172 B
Bash

2018-08-02 04:22:09 +02:00
#!/bin/bash
# Modify as you need.
2018-08-02 06:43:38 +02: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