mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-04 20:15:16 +00:00
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:
parent
b0aa733c4e
commit
300abf0ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue