graalvm-ce: create empty lib directory on macOS
This commit is contained in:
parent
e4a1d32922
commit
07be670cf9
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ let
|
|||
${copyClibrariesToLib}
|
||||
'';
|
||||
"11-darwin-amd64" = ''
|
||||
# create empty $lib/lib to avoid breaking builds
|
||||
mkdir -p $lib/lib
|
||||
${nativePRNGWorkaround "$out/conf/security/java.security"}
|
||||
'';
|
||||
}.${javaVersionPlatform} + ''
|
||||
|
|
Loading…
Reference in a new issue