makepanda: remove reference to QuickTime framework

Doesn't appear to be necessary, and QuickTime framework is removed in Mojave.

Fixes #412
This commit is contained in:
rdb 2018-10-15 13:30:22 +02:00
parent d7f19b73e0
commit 02a72d4273

View File

@ -946,8 +946,6 @@ if (COMPILER=="GCC"):
if GetTarget() == 'darwin':
LibName("ALWAYS", "-framework AppKit")
if (PkgSkip("OPENCV")==0):
LibName("OPENCV", "-framework QuickTime")
LibName("AGL", "-framework AGL")
LibName("CARBON", "-framework Carbon")
LibName("COCOA", "-framework Cocoa")