add dev dir to find telldus-core.h file
This commit is contained in:
parent
bd766e6254
commit
384c81d85a
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ if PLATFORM_IS_WINDOWS:
|
|||
telldus_platform = os.environ.get("TELLDUS_PLATFORM", 'x86_64')
|
||||
telldus_library_dir = os.path.join(telldus_dev_dir, telldus_platform)
|
||||
|
||||
include_dirs = [sdk_include_dir, os.path.dirname(this_file)]
|
||||
include_dirs = [sdk_include_dir, telldus_dev_dir]
|
||||
library_dirs = [telldus_library_dir]
|
||||
libraries = ['python%i%i' % (sys.version_info[0], sys.version_info[1]) , 'TelldusCore']
|
||||
define_macros = [('_WINDOWS', 1)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue