Don't add -dbg to the build dir, it makes the clean command get confused
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -423,9 +423,6 @@ elif os.name == 'posix' and sys.platform[:6] == "darwin":
|
|||||||
WXPLAT = '__WXMAC__'
|
WXPLAT = '__WXMAC__'
|
||||||
GENDIR = 'mac'
|
GENDIR = 'mac'
|
||||||
|
|
||||||
if debug:
|
|
||||||
BUILD_BASE = BUILD_BASE + '-dbg'
|
|
||||||
|
|
||||||
includes = ['src']
|
includes = ['src']
|
||||||
defines = [('SWIG_GLOBAL', None),
|
defines = [('SWIG_GLOBAL', None),
|
||||||
('HAVE_CONFIG_H', None),
|
('HAVE_CONFIG_H', None),
|
||||||
@@ -473,9 +470,6 @@ elif os.name == 'posix':
|
|||||||
else:
|
else:
|
||||||
raise SystemExit, "Unknown WXPORT value: " + WXPORT
|
raise SystemExit, "Unknown WXPORT value: " + WXPORT
|
||||||
|
|
||||||
if debug:
|
|
||||||
BUILD_BASE = BUILD_BASE + '-dbg'
|
|
||||||
|
|
||||||
includes = ['src']
|
includes = ['src']
|
||||||
defines = [('SWIG_GLOBAL', None),
|
defines = [('SWIG_GLOBAL', None),
|
||||||
('HAVE_CONFIG_H', None),
|
('HAVE_CONFIG_H', None),
|
||||||
|
Reference in New Issue
Block a user