Merge pull request #169119 from 7c6f434c/openscad-prebuild-parser

openscad: force-build the file causing dependency issues
This commit is contained in:
7c6f434c 2022-04-17 23:23:36 +00:00 committed by GitHub
commit 891d0226de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,10 @@ mkDerivation rec {
enableParallelBuilding = true;
preBuild = ''
make objects/parser.cxx
'';
postInstall = lib.optionalString stdenv.isDarwin ''
mkdir $out/Applications
mv $out/bin/*.app $out/Applications