Explorar o código

unsetting a few more variables that arent needed outside of this function

James Rowe %!s(int64=11) %!d(string=hai) anos
pai
achega
635ed87788
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/citra_qt/CMakeLists.txt

+ 3 - 0
src/citra_qt/CMakeLists.txt

@@ -106,4 +106,7 @@ if (Qt5_FOUND AND MSVC)
     )
     unset(Qt5_DLLS)
     unset(Qt5_DLL_DIR)
+    unset(Qt5_PLATFORMS_DIR)
+    unset(DLL_DEST)
+    unset(PLATFORMS)
 endif()