Skip to content

Commit

Permalink
Merge pull request #2117 from nickclark2016/issues/2092
Browse files Browse the repository at this point in the history
Require unistd.h for macosx in libzip
  • Loading branch information
nickclark2016 authored Aug 14, 2023
2 parents 723992c + 01c7a14 commit 7247aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/libzip/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ project "zip-lib"

filter "system:macosx"
defines { "HAVE_SSIZE_T_LIBZIP" }
forceincludes { "unistd.h" }

0 comments on commit 7247aad

Please sign in to comment.