mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
parent
811cb0cc38
commit
eedecc033d
@ -37,7 +37,7 @@
|
||||
</BoolProperty>
|
||||
<BoolProperty Name="VcpkgAutoLink"
|
||||
DisplayName="Use AutoLink"
|
||||
Description="Enables automatic linking with libraries build using Vcpkg"
|
||||
Description="Enables automatic linking with libraries build using Vcpkg. Does not work with lld-link.exe."
|
||||
Category="General"
|
||||
Default="true">
|
||||
</BoolProperty>
|
||||
|
@ -64,7 +64,7 @@
|
||||
<VcpkgApplocalDeps Condition="'$(VcpkgApplocalDeps)' == ''">true</VcpkgApplocalDeps>
|
||||
<!-- Deactivate Autolinking if lld is used as a linker. (Until a better way to solve the problem is found!).
|
||||
Tried to add /lib as a parameter to the linker call but was unable to find a way to pass it as the first parameter. -->
|
||||
<VcpkgAutoLink Condition="'$(UseLldLink)' == 'true' and '$(VcpkgAutoLink)' == ''">false</VcpkgAutoLink>
|
||||
<VcpkgAutoLink Condition="'$(UseLldLink)' == 'true'">false</VcpkgAutoLink>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemDefinitionGroup Condition="'$(VcpkgEnabled)' == 'true'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user