All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto][meta-mingw][PATCH] zstd: Fix MinGW builds
@ 2021-05-26 14:38 Joshua Watt
  0 siblings, 0 replies; only message in thread
From: Joshua Watt @ 2021-05-26 14:38 UTC (permalink / raw)
  To: yocto; +Cc: Joshua Watt

Fixes the MinGW builds for zstd

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 recipes-extended/zstd/zstd_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 recipes-extended/zstd/zstd_%.bbappend

diff --git a/recipes-extended/zstd/zstd_%.bbappend b/recipes-extended/zstd/zstd_%.bbappend
new file mode 100644
index 0000000..3b2b991
--- /dev/null
+++ b/recipes-extended/zstd/zstd_%.bbappend
@@ -0,0 +1,2 @@
+EXTRA_OEMAKE_append_mingw32 = " OS=Windows"
+FILES_${PN}_append_mingw32 = " ${libdir}/*.dll"
-- 
2.31.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-26 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 14:38 [yocto][meta-mingw][PATCH] zstd: Fix MinGW builds Joshua Watt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.