From c991b5bd061a44e44d4697fc767bebf4bbf84cf3 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Tue, 22 Oct 2024 19:42:16 +0900 Subject: [PATCH] Forward args to python script Co-authored-by: Susko3 --- SDL3-CS/generate_bindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL3-CS/generate_bindings.sh b/SDL3-CS/generate_bindings.sh index 0bb0ff4..a24ee04 100755 --- a/SDL3-CS/generate_bindings.sh +++ b/SDL3-CS/generate_bindings.sh @@ -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