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
This commit is contained in:
@@ -458,10 +458,10 @@ if BUILD_OGL:
|
|||||||
if BUILD_STC:
|
if BUILD_STC:
|
||||||
msg('Preparing STC...')
|
msg('Preparing STC...')
|
||||||
location = 'contrib/stc'
|
location = 'contrib/stc'
|
||||||
if os.name == 'nt':
|
#if os.name == 'nt':
|
||||||
STC_H = opj(WXDIR, 'contrib', 'include/wx/stc')
|
STC_H = opj(WXDIR, 'contrib', 'include/wx/stc')
|
||||||
else:
|
#else:
|
||||||
STC_H = opj(WXPREFIX, 'include/wx-%d.%d/wx/stc' % (VER_MAJOR, VER_MINOR))
|
# 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...
|
## NOTE: need to add something like this to the stc.bkl...
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user