Skip to content

Commit

Permalink
deploy: Remove OpenGL ES
Browse files Browse the repository at this point in the history
  • Loading branch information
3unjee committed Sep 15, 2018
1 parent ece4cb6 commit 2979395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Expand Up @@ -183,8 +183,8 @@ else
cp "$MinGW"/libstdc++-6.dll deploy
cp "$MinGW"/libwinpthread-1.dll deploy

cp "$Qt"/bin/libEGL.dll deploy
cp "$Qt"/bin/libGLESv2.dll deploy
#cp "$Qt"/bin/libEGL.dll deploy
#cp "$Qt"/bin/libGLESv2.dll deploy

cp "$Qt"/bin/Qt5Core.dll deploy
cp "$Qt"/bin/Qt5Gui.dll deploy
Expand Down

0 comments on commit 2979395

Please sign in to comment.