2 lines
68 B
Bash
Executable file
2 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
g++ unitygamemode.c -shared -ldl -o libUnityGameMode.so
|