summaryrefslogtreecommitdiffstats
path: root/lvgl.py
diff options
context:
space:
mode:
Diffstat (limited to 'lvgl.py')
-rw-r--r--lvgl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvgl.py b/lvgl.py
index 0eadd90..2574acd 100644
--- a/lvgl.py
+++ b/lvgl.py
@@ -110,5 +110,5 @@ def build(bld):
bld.install_files(os.path.join("${PREFIX}", arch_inc_path, include_path),
include_headers)
bld.install_files(os.path.join('${PREFIX}', arch_lib_path), ["liblvgl.a"])
- bld.install_files(os.path.join('${PREFIX}', arch_inc_path, include_path),
+ bld.install_files(os.path.join('${PREFIX}', arch_inc_path),
[lv_conf_h, lv_drv_conf_h])