Forward args to python script

Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
Dan Balasescu 2024-10-22 19:42:16 +09:00 committed by GitHub
parent a64cdd9e4f
commit c991b5bd06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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