mirror of https://github.com/ppy/SDL3-CS.git
Forward args to python script
Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
parent
a64cdd9e4f
commit
c991b5bd06
|
|
@ -9,6 +9,6 @@ dotnet restore --ucr SDL3-CS/SDL3-CS.csproj
|
|||
export LD_LIBRARY_PATH="$(echo ~/.nuget/packages/libclang.runtime.*/*/runtimes/*/native):$(echo ~/.nuget/packages/libclangsharp.runtime.*/*/runtimes/*/native):${LD_LIBRARY_PATH:-}"
|
||||
export CPLUS_INCLUDE_PATH="$(echo /usr/lib/gcc/*/*/include):/usr/include:${CPLUS_INCLUDE_PATH:-}"
|
||||
|
||||
python3 SDL3-CS/generate_bindings.py
|
||||
python3 SDL3-CS/generate_bindings.py "$@"
|
||||
|
||||
popd >/dev/null
|
||||
|
|
|
|||
Loading…
Reference in New Issue