Explorar el Código

blacklist updated to filter out the new zenity backend when on windows. likely need to do the same on mac and potentially resolve conflicts on linux

Azaezel hace 6 años
padre
commit
300abf0ecd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Tools/CMake/torque3d.cmake

+ 1 - 1
Tools/CMake/torque3d.cmake

@@ -470,7 +470,7 @@ if(TORQUE_SDL)
       addLib(nativeFileDialogs)
       set(BLACKLIST ""  )
  	else()
- 	   set(BLACKLIST "nfd_gtk.c" "nfd_cocoa.m" )
+ 	   set(BLACKLIST "nfd_gtk.c" "nfd_cocoa.m" "simple_exec.h" "nfd_zenity.c")
  	   addLib(nativeFileDialogs)
      set(BLACKLIST ""  )
  	   addLib(comctl32)