Skip to content
Commit 3006365e authored by Kevin Daudt's avatar Kevin Daudt 💻
Browse files

main/unzip: disable LCHMOD

lchmod is not available on linux, but it's enabled by default. This
leads to warnings while unpacking when the zip file contains symlinks:

> lchmod (file attributes) error: Not supported

Add `-DNO_LCHMOD` to the buildflags to disable this function in order to
to squelch this warning.

Fixes #11221
parent 135a0585
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment