diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-01-30 16:48:54 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-01-30 16:48:54 +0100 |
| commit | a07e80366e802164f96e12a4f22de5f0b565c996 (patch) | |
| tree | b0c9aacaa9b9a9992d9bee0bb2aaed4aa35b4e7a /windows | |
| parent | af3d57f2e73ff9cd467e31633591b42cf750f446 (diff) | |
| parent | 80583adb59b773d7b254d913ea25383f7776719a (diff) | |
| download | mullvadvpn-a07e80366e802164f96e12a4f22de5f0b565c996.tar.xz mullvadvpn-a07e80366e802164f96e12a4f22de5f0b565c996.zip | |
Merge branch 'add-locked-to-cargo-build'
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/nsis-plugins/src/cleanup/cleanup.vcxproj | 2 | ||||
| -rw-r--r-- | windows/nsis-plugins/src/log/log.vcxproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/nsis-plugins/src/cleanup/cleanup.vcxproj b/windows/nsis-plugins/src/cleanup/cleanup.vcxproj index 324264a0c0..3dbb32ca65 100644 --- a/windows/nsis-plugins/src/cleanup/cleanup.vcxproj +++ b/windows/nsis-plugins/src/cleanup/cleanup.vcxproj @@ -106,7 +106,7 @@ <ModuleDefinitionFile>cleanup.def</ModuleDefinitionFile> </Link> <PreBuildEvent> - <Command>powershell.exe -Command "& { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release -p mullvad-nsis }" + <Command>powershell.exe -Command "& { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release --locked -p mullvad-nsis }" </Command> <Message>Build mullvad-nsis library</Message> </PreBuildEvent> diff --git a/windows/nsis-plugins/src/log/log.vcxproj b/windows/nsis-plugins/src/log/log.vcxproj index b80ae3545f..b194f4684a 100644 --- a/windows/nsis-plugins/src/log/log.vcxproj +++ b/windows/nsis-plugins/src/log/log.vcxproj @@ -106,7 +106,7 @@ <ModuleDefinitionFile>log.def</ModuleDefinitionFile> </Link> <PreBuildEvent> - <Command>powershell.exe -Command "& { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release -p mullvad-nsis }" + <Command>powershell.exe -Command "& { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release --locked -p mullvad-nsis }" </Command> <Message>Build mullvad-nsis library</Message> </PreBuildEvent> |
