Add simple wrapper to call clang with a windows target
[ldk-c-bindings] / deterministic-build-wrappers / clang-x86_64-windows
diff --git a/deterministic-build-wrappers/clang-x86_64-windows b/deterministic-build-wrappers/clang-x86_64-windows
new file mode 100755 (executable)
index 0000000..31bb028
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+clang -target x86_64-pc-windows-gnu -L/usr/lib/gcc/x86_64-w64-mingw32/12-win32/ "$@"