Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed May 20, 2024
1 parent 4c6d7a1 commit 6406d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sapi/src/template/make-install-deps.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
echo " install deps "

<?php if ($this->osType == 'macos') : ?>

{
<?php foreach ($this->preInstallCommands['macos'] as $item) :?>
<?= $item . PHP_EOL ?>
Expand All @@ -16,6 +17,7 @@
} || {
echo $?
}

<?php endif ;?>

<?php if ($this->osType == 'linux') : ?>
Expand Down

0 comments on commit 6406d2c

Please sign in to comment.