Skip to content

Commit

Permalink
added path to telldus-core.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus committed Apr 11, 2012
1 parent 5618676 commit ba15e90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wscript
Expand Up @@ -19,6 +19,8 @@ def configure(conf):
conf.env.append_value("FRAMEWORK_TC", tc_framework)
tc_frameworkpath = '/Library/Frameworks/TelldusCore.framework/'
conf.env.append_value("FRAMEWORKPATH_TC", tc_frameworkpath)
tc_lib = tc_frameworkpath + 'Headers/'
conf.env.append_value("CPPPATH_TC", tc_lib)

def build(bld):
obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
Expand Down

0 comments on commit ba15e90

Please sign in to comment.