projects
/
platform
/
adaptation
/
npu
/
trix-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8248b
)
Fix npubin-fmt version for pc
author
Jiho Chu
<jiho.chu@samsung.com>
Thu, 11 May 2023 09:56:57 +0000
(18:56 +0900)
committer
추지호/SoC Architecture팀(SR)/삼성전자
<jiho.chu@samsung.com>
Thu, 11 May 2023 11:40:38 +0000
(20:40 +0900)
It fixes npubin-fmt version info.
Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 36cfc98e89b9d4896a3edc4b78c45a361322cb08..e940c7007c1ec3c1a69f3dc8dea64340d559d149 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-148,6
+148,7
@@
endif
ne_install_conf = configuration_data()
ne_install_conf.set('VERSION', meson.project_version())
+ne_install_conf.set('NPUBIN_FMT_VERSION', meson.project_version())
ne_install_conf.set('PREFIX', ne_prefix)
ne_install_conf.set('EXEC_PREFIX', ne_bindir)
ne_install_conf.set('LIB_INSTALL_DIR', ne_libdir)