aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.proj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-05-05 15:42:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:50:58 +0100
commit9b0c4005115c83191dd117f71fd1cf67f79da493 (patch)
tree0351d24390aef28cf507f561d1418243c2711f2a /wintun.proj
parentinstaller: ignore light.exe internal error (diff)
downloadwintun-9b0c4005115c83191dd117f71fd1cf67f79da493.tar.xz
wintun-9b0c4005115c83191dd117f71fd1cf67f79da493.zip
Enable ARM64 MSM building
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.proj')
-rw-r--r--wintun.proj4
1 files changed, 2 insertions, 2 deletions
diff --git a/wintun.proj b/wintun.proj
index ea24c0d..eec1f01 100644
--- a/wintun.proj
+++ b/wintun.proj
@@ -13,7 +13,7 @@
<Import Project="wintun.vcxproj.user" Condition="exists('wintun.vcxproj.user')" />
<Target Name="Build" DependsOnTargets="Driver-x86;Driver-amd64;Driver-arm64" />
- <Target Name="MSM" DependsOnTargets="MSM-x86;MSM-amd64" />
+ <Target Name="MSM" DependsOnTargets="MSM-x86;MSM-amd64;MSM-arm64" />
<Target Name="Clean">
<RemoveDir Directories="x86\Release\" />
<RemoveDir Directories="amd64\Release\" />
@@ -77,7 +77,7 @@
Outputs="$(DistributionDir)wintun-amd64-$(WintunVersionStr).msm">
<MSBuild Projects="installer\installer.vcxproj" Targets="MSM" Properties="Configuration=Release;Platform=x64" />
</Target>
- <Target Name="MSM-ARM64"
+ <Target Name="MSM-arm64"
Outputs="$(DistributionDir)wintun-arm64-$(WintunVersionStr).msm">
<MSBuild Projects="installer\installer.vcxproj" Targets="MSM" Properties="Configuration=Release;Platform=ARM64" />
</Target>