git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc230b5
)
cfgfile: build on Windows
author
Narcisa Vasile
<navasile@linux.microsoft.com>
Tue, 5 Jan 2021 02:35:22 +0000
(18:35 -0800)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 17 Jan 2021 22:21:14 +0000
(23:21 +0100)
The librte_cfgfile lib is functional on Windows.
Enable compilation of this lib for Windows.
Signed-off-by: Narcisa Vasile <navasile@linux.microsoft.com>
lib/meson.build
patch
|
blob
|
history
diff --git
a/lib/meson.build
b/lib/meson.build
index
ed00f89
..
d6492f7
100644
(file)
--- a/
lib/meson.build
+++ b/
lib/meson.build
@@
-45,6
+45,7
@@
if is_windows
'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
'cmdline',
'hash',
+ 'cfgfile',
] # only supported libraries for windows
endif