File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments