Update submodule, updates for natives.

SHOULD fix #720
This commit is contained in:
Pieter-Jan Briers
2020-10-06 11:27:18 +02:00
parent 920f3a999b
commit f9bb3fed6f
2 changed files with 5 additions and 2 deletions

View File

@@ -70,12 +70,15 @@ WINDOWS_NATIVES = {
"libgthread-2.0-0.dll", "libgthread-2.0-0.dll",
"libinstpatch-2.dll", "libinstpatch-2.dll",
"libintl-8.dll", "libintl-8.dll",
"libsndfile-1.dll" "libsndfile-1.dll",
"libEGL.dll",
"libGLESv2.dll"
} }
LINUX_NATIVES = { LINUX_NATIVES = {
"libglfw.so.3", "libglfw.so.3",
"libswnfd.so", "libswnfd.so",
"libopenal.so.1"
} }
MAC_NATIVES = { MAC_NATIVES = {