aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Rinkes <stefan.rinkes@gmail.com>2020-12-02 14:40:58 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-12-02 15:03:48 +0100
commitdd337577185f2d5cf76df2e14b833acf52923817 (patch)
tree091792610fb167e56769587db36e1b608418fba6
parentapi: delay load remaining dlls to work around forwarder gotchas (diff)
downloadwintun-dd337577185f2d5cf76df2e14b833acf52923817.tar.xz
wintun-dd337577185f2d5cf76df2e14b833acf52923817.zip
driver: use localtime in inf2cat
Otherwise the build fails at odd hours of the day. Signed-off-by: Stefan Rinkes <stefan.rinkes@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--driver/driver.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj
index cbfed3e..dac2c98 100644
--- a/driver/driver.vcxproj
+++ b/driver/driver.vcxproj
@@ -46,6 +46,7 @@
<ConfigurationType>Driver</ConfigurationType>
<DriverType>WDM</DriverType>
<SpectreMitigation>false</SpectreMitigation>
+ <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>