feat: add windows build script
depends on gvsbuild
This commit is contained in:
parent
6f8070cbcd
commit
0e92ce86bf
1 changed files with 5 additions and 0 deletions
5
build_windows.ps1
Normal file
5
build_windows.ps1
Normal file
|
@ -0,0 +1,5 @@
|
|||
$env:Path = "C:\gtk-build\gtk\x64\release\bin;" + $env:Path
|
||||
$env:Lib = "C:\gtk-build\gtk\x64\release\lib;" + $env:Lib
|
||||
$env:PKG_CONFIG_PATH = "C:\gtk-build\gtk\x64\release\lib\pkgconfig" + $env:PKG_CONFIG_PATH
|
||||
|
||||
cargo build --release
|
Loading…
Add table
Add a link
Reference in a new issue