update CPPPATH (include directory) as well so plug-ins can find everything
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5827 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
eceb3ce333
commit
d3cc90d746
1 changed files with 4 additions and 1 deletions
|
@ -36,5 +36,8 @@ env.DistributeExamples(example + api_files + lib, path='Plugin')
|
|||
|
||||
# make sure all the other plug-ins can use the library
|
||||
|
||||
plugin_env.Append(LIBPATH = [lib[0].dir])
|
||||
env.Install('#$BUILD_PREFIX/api', api_files)
|
||||
|
||||
plugin_env.Append(CPPPATH = ['#$BUILD_PREFIX/api'])
|
||||
plugin_env.Append(LIBPATH = ['#$BUILD_PREFIX/api'])
|
||||
plugin_env.Append(LIBS = [lib_target])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue