Skip to content

Commit d10d994

Browse files
committed
ci:debug example build error
1 parent e729d43 commit d10d994

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

XEngine_Example/AVCodec_APPPlayer/AVCodec_APPPlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using namespace std;
1616
#ifdef _M_X64
1717
#pragma comment(lib,"../../x64/Debug/XEngine_AVPlayer.lib")
1818
#elif _M_ARM64
19-
#pragma comment(lib,"../../x64/ARM64/XEngine_AVPlayer.lib")
19+
#pragma comment(lib,"../../ARM64/Debug/XEngine_AVPlayer.lib")
2020
#elif _M_IX86
2121
#pragma comment(lib,"../../Debug/XEngine_AVPlayer.lib")
2222
#endif

XEngine_Example/InfoReport_APPExample/InfoReport_APPExample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using namespace std;
1616
#ifdef _M_X64
1717
#pragma comment(lib,"../../x64/Debug/XEngine_InfoReport.lib")
1818
#elif _M_ARM64
19-
#pragma comment(lib,"../../x64/ARM64/XEngine_InfoReport.lib")
19+
#pragma comment(lib,"../../ARM64/Debug/XEngine_InfoReport.lib")
2020
#elif _M_IX86
2121
#pragma comment(lib,"../../Debug/XEngine_InfoReport.lib")
2222
#endif

XEngine_Example/TinyXML2_APPExample/TinyXML2_APPExample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifdef _M_X64
77
#pragma comment(lib,"../../x64/Debug/tinyxml2.lib")
88
#elif _M_ARM64
9-
#pragma comment(lib,"../../x64/ARM64/tinyxml2.lib")
9+
#pragma comment(lib,"../../ARM64/Debug/tinyxml2.lib")
1010
#elif _M_IX86
1111
#pragma comment(lib,"../../Debug/tinyxml2.lib")
1212
#endif

0 commit comments

Comments
 (0)