summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-05-26 09:37:48 -0500
committerJoshua Watt <JPEWhacker@gmail.com>2021-05-26 09:37:48 -0500
commitbfd22a248c0db4c57d5a72d675979d8341a7e9c1 (patch)
tree2ba1a8e66959653628ae0dce6c7aeb26841dc06e
parentb05b90c9d9710e64f18711662ec3f011a55c401d (diff)
downloadmeta-mingw-bfd22a248c0db4c57d5a72d675979d8341a7e9c1.tar.gz
zstd: Fix MinGW builds3.4_M1
Fixes the MinGW builds for zstd Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-rw-r--r--recipes-extended/zstd/zstd_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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 @@
1EXTRA_OEMAKE_append_mingw32 = " OS=Windows"
2FILES_${PN}_append_mingw32 = " ${libdir}/*.dll"