File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 6767 run : |
6868 cd vcpkg
6969 ./bootstrap-vcpkg.bat
70- ./vcpkg.exe install lua:Arm64-windows opencv[contrib]:Arm64-windows libqrencode:Arm64-windows
70+ ./vcpkg.exe install lua:Arm64-windows libqrencode:Arm64-windows
7171 ./vcpkg.exe integrate install
72+ # ./vcpkg.exe install lua:Arm64-windows opencv[contrib]:Arm64-windows libqrencode:Arm64-windows Windows的opencv 有问题
73+
74+ sed -i 's/#define _XENGINE_BUILD_SWITCH_OPENCV 1/#define _XENGINE_BUILD_SWITCH_OPENCV 0/' XEngine_Source/XEngine_BuildSwitch.h
7275 shell : pwsh
7376
7477 - name : Set up Dependency x86_64 Environment
@@ -123,7 +126,7 @@ jobs:
123126 cp -r XEngine_Source/VSCopy_x86.bat XEngine_Release/
124127 cd XEngine_Release
125128 ./VSCopy_x86.bat
126- ./XEngine_HttpApp.exe -t
129+ # ./XEngine_HttpApp.exe -t
127130 - name : Conditional Step for x64 Release
128131 if : matrix.configuration == 'Release' && matrix.platform == 'x64'
129132 run : |
You can’t perform that action at this time.
0 commit comments