Remove unused script

This commit is contained in:
Dan Balasescu 2024-10-28 20:34:10 +09:00
parent f46a595008
commit 81e5c4cb7f
No known key found for this signature in database
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
#!/bin/bash
set -eu
pushd "$(dirname "$0")/../" >/dev/null
#dotnet tool restore
#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 "$@"
popd >/dev/null