diff options
author | 白庭 <145327891+Nebudust@users.noreply.github.com> | 2025-02-15 18:59:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-15 11:59:43 +0100 |
commit | 33d1de0d3152355ea9fe8fcd4da8af3bdd086275 (patch) | |
tree | 094a5490e3ac2c8d6d267efe97f5f8ddd362a0aa /src/ExpandVolume | |
parent | 98fa395f29c065506bf18043ddb050d37ae06f66 (diff) | |
download | VeraCrypt-master.tar.gz VeraCrypt-master.zip |
* Fix SetupDLL [ReleaseCustomEFI] Building Error
* Fix Lib Problem
Diffstat (limited to 'src/ExpandVolume')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.vcxproj | 4 |
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" >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" >NUL: <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |