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