On Windows linking to the FTGL library was problematic for some users. This is solved by adding FTGL_LIBRARY_STATIC to the defines for win32.
Thanks go to BjornMoose and alien-xmp.
This commit is contained in:
@@ -261,6 +261,7 @@ elif sys.platform == 'win32':
|
||||
defines = ['WIN32', '_CONSOLE']
|
||||
defines += ['WITH_QUICKTIME']
|
||||
defines += ['_LIB', 'USE_OPENAL']
|
||||
defines += ['FTGL_LIBRARY_STATIC']
|
||||
warn_flags = []
|
||||
platform_libs = [ 'qtmlClient', 'soundsystem',
|
||||
'ws2_32', 'dxguid', 'vfw32', 'winmm',
|
||||
|
||||
Reference in New Issue
Block a user