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

This commit is contained in:
Azaezel 2019-01-01 11:00:05 -06:00
parent b5815bde22
commit 989662774e

View file

@ -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)