Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
977d1d2
)
fix(infra): Add meson venv path
17/42017/1
author
Peter Mikus
<
[email protected]
>
Thu, 12 Dec 2024 12:44:40 +0000
(13:44 +0100)
committer
Peter Mikus
<
[email protected]
>
Thu, 12 Dec 2024 12:44:40 +0000
(13:44 +0100)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: I8d4ea96bc72f276d625bf185faa755d4eeec87ba
resources/libraries/bash/function/dpdk.sh
patch
|
blob
|
history
diff --git
a/resources/libraries/bash/function/dpdk.sh
b/resources/libraries/bash/function/dpdk.sh
index
86abb84
..
7876eb6
100644
(file)
--- a/
resources/libraries/bash/function/dpdk.sh
+++ b/
resources/libraries/bash/function/dpdk.sh
@@
-97,6
+97,8
@@
function dpdk_compile () {
meson_options="${meson_options} -Dplatform=generic"
# Compile using Meson and Ninja.
+
+ export PATH="$PATH:/venv/bin"
meson setup ${meson_options} build || {
die "Failed to compile DPDK!"
}