mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
4 lines
168 B
Bash
Executable File
4 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Modify as you need.
|
|
gcc -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux/ -shared -lz src/main/c/*.c -o src/main/resources/linux_x64/velocity-compress.so |