VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/ExpandVolume
diff options
context:
space:
mode:
author白庭 <145327891+Nebudust@users.noreply.github.com>2025-02-15 18:59:43 +0800
committerGitHub <noreply@github.com>2025-02-15 11:59:43 +0100
commit33d1de0d3152355ea9fe8fcd4da8af3bdd086275 (patch)
tree094a5490e3ac2c8d6d267efe97f5f8ddd362a0aa /src/ExpandVolume
parent98fa395f29c065506bf18043ddb050d37ae06f66 (diff)
downloadVeraCrypt-master.tar.gz
VeraCrypt-master.zip
Fix SetupDLL and ExpandVolume Error (#1495)HEADmaster
* Fix SetupDLL [ReleaseCustomEFI] Building Error * Fix Lib Problem
Diffstat (limited to 'src/ExpandVolume')
-rw-r--r--src/ExpandVolume/ExpandVolume.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ExpandVolume/ExpandVolume.vcxproj b/src/ExpandVolume/ExpandVolume.vcxproj
index fa553e62..2f06870e 100644
--- a/src/ExpandVolume/ExpandVolume.vcxproj
+++ b/src/ExpandVolume/ExpandVolume.vcxproj
@@ -410,5 +410,5 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-arm64.exe" &gt;NUL:
</ClCompile>
<Link>
- <AdditionalDependencies>..\Crypto\AMD64\Release\crypto.lib;..\Common\AMD64\Release\Zip.lib;mpr.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>..\Crypto\ARM64\Release\crypto.lib;..\Common\ARM64\Release\Zip.lib;mpr.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile>$(OutDir)VeraCryptExpander.exe</OutputFile>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
@@ -619,3 +619,3 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-arm64.exe" &gt;NUL:
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>