We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3a02c commit d0b7d39Copy full SHA for d0b7d39
XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp/XEngine_StreamMediaApp.vcxproj
@@ -119,7 +119,7 @@
119
</PropertyGroup>
120
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
121
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
122
- <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath>
+ <LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath>
123
124
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125
<VcpkgUseStatic>false</VcpkgUseStatic>
0 commit comments