13
0
geforkt von Mirrors/Velocity
Velocity/native/compile-osx.sh

5 Zeilen
253 B
Bash

2018-08-02 04:22:09 +02:00
#!/bin/bash
# Modify as you need.
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home
clang -I$JAVA_HOME/include/ -I$JAVA_HOME/include/darwin/ -shared -lz src/main/c/*.c -o src/main/resources/macosx/velocity-compress.dylib