gitlab-ci: windows: Do not package opengl32.dll

This utilizes mesa softpipe and prevents use of the target systems
hardware accelerated opengl.
This commit is contained in:
Aaron Kling 2020-12-31 21:23:39 -06:00
parent 39b584e64d
commit 0e2337dbb2

View file

@ -45,6 +45,7 @@ build-retroarch-windows-x64:
--enforcedir /usr/lib/mxe/usr/x86_64-w64-mingw32.shared/qt5/plugins/styles/
--copy
--objdump x86_64-w64-mingw32.shared-objdump"
- "rm -f ${MEDIA_PATH}/${CI_PROJECT_NAME}/redist/opengl32.dll"
build-retroarch-linux-x64:
stage: build