We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4684d9e commit 42b7b5eCopy full SHA for 42b7b5e
native/Avalonia.Native/generate-headers.sh
@@ -0,0 +1,6 @@
1
+#/bin/bash
2
+set -e
3
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
4
+cd $SCRIPT_DIR/../..
5
+dotnet run --project ./nukebuild/_build.csproj --target GenerateCppHeaders
6
+
0 commit comments