Skip to content

Commit d0b7d39

Browse files
committed
fixed:build error
1 parent 9d3a02c commit d0b7d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp/XEngine_StreamMediaApp.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
</PropertyGroup>
120120
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
121121
<IncludePath>$(XEngine_Include);$(IncludePath)</IncludePath>
122-
<LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath>
122+
<LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath>
123123
</PropertyGroup>
124124
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125125
<VcpkgUseStatic>false</VcpkgUseStatic>

0 commit comments

Comments
 (0)