mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +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
|
# 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.Verify_WX_CONFIG()
|
||||||
self.includes += ['include']
|
self.includes += ['include']
|
||||||
self.defines = [ #('NDEBUG',), # using a 1-tuple makes it do an undef
|
self.defines = [ #('NDEBUG',), # using a 1-tuple makes it do an undef
|
||||||
|
|||||||
Reference in New Issue
Block a user