mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
fix bugs or issues not related to MSys2
This commit is contained in:
@@ -198,7 +198,7 @@ class Configuration(object):
|
||||
|
||||
#---------------------------------------
|
||||
# Posix (wxGTK, wxMac or mingw32) settings
|
||||
elif os.name == 'posix' or COMPILER == 'mingw32':
|
||||
elif os.name == 'posix' or self.COMPILER == 'mingw32':
|
||||
self.Verify_WX_CONFIG()
|
||||
self.includes += ['include']
|
||||
self.defines = [ #('NDEBUG',), # using a 1-tuple makes it do an undef
|
||||
|
||||
Reference in New Issue
Block a user