From 020fb2eef9e33f653d87a384fbccfa408efc59d6 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 25 Sep 2004 23:15:58 +0000 Subject: [PATCH] Use the stc.h in the source tree for the dependency, not the installed one. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index 26f58e72f1..6e43ec09e3 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -458,10 +458,10 @@ if BUILD_OGL: if BUILD_STC: msg('Preparing STC...') location = 'contrib/stc' - if os.name == 'nt': - STC_H = opj(WXDIR, 'contrib', 'include/wx/stc') - else: - STC_H = opj(WXPREFIX, 'include/wx-%d.%d/wx/stc' % (VER_MAJOR, VER_MINOR)) + #if os.name == 'nt': + STC_H = opj(WXDIR, 'contrib', 'include/wx/stc') + #else: + # STC_H = opj(WXPREFIX, 'include/wx-%d.%d/wx/stc' % (VER_MAJOR, VER_MINOR)) ## NOTE: need to add something like this to the stc.bkl... -- 2.45.2