Browse Source

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 6 years ago
parent
commit
300abf0ecd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tools/CMake/torque3d.cmake

+ 1 - 1
Tools/CMake/torque3d.cmake

@@ -470,7 +470,7 @@ if(TORQUE_SDL)
       addLib(nativeFileDialogs)
       addLib(nativeFileDialogs)
       set(BLACKLIST ""  )
       set(BLACKLIST ""  )
  	else()
  	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)
  	   addLib(nativeFileDialogs)
      set(BLACKLIST ""  )
      set(BLACKLIST ""  )
  	   addLib(comctl32)
  	   addLib(comctl32)