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 c449752 commit 74fc85fCopy full SHA for 74fc85f
.github/workflows/msbuild.yml
@@ -71,6 +71,7 @@ jobs:
71
./vcpkg.exe integrate install
72
# ./vcpkg.exe install lua:Arm64-windows opencv[contrib]:Arm64-windows libqrencode:Arm64-windows Windows的opencv 有问题
73
74
+ cd ..
75
$filePath = "XEngine_Source/XEngine_BuildSwitch.h"
76
(Get-Content $filePath) -replace '#define _XENGINE_BUILD_SWITCH_OPENCV 1', '#define _XENGINE_BUILD_SWITCH_OPENCV 0' | Set-Content $filePath
77
shell: pwsh
0 commit comments