Skip to content

Commit

Permalink
Update linux_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhkl0228 committed Nov 14, 2020
1 parent cc52df1 commit dfa330b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidbg-dynarmic/src/main/native/dynarmic/linux_build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JAVA_INC="$(realpath "$JAVA_HOME"/include)"
JAVA_INC="$JAVA_HOME"/include
JAVA_PLATFORM_INC="$(dirname "$(find "$JAVA_INC" -name jni_md.h)")"

c++ -m64 -o libdynarmic.so -shared -fPIC -std=c++17 -O2 \
Expand Down

0 comments on commit dfa330b

Please sign in to comment.