mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 07:20:56 +00:00
4 lines
116 B
Bash
4 lines
116 B
Bash
#!/bin/bash
|
|
set -e
|
|
"$JAVA_HOME/bin/javah" -classpath bin/classes com.virtualapplications.play.InputManagerConstants
|