mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 12:15:40 +00:00
a36a3d4c0e
relocatable svn path=/trunk/gtk-sharp/; revision=52437
7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
a=`which "$0"`
|
|
d=`dirname "$a"`
|
|
|
|
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|