Skip to content

Commit

Permalink
remove pnctl for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 12, 2024
1 parent 3f29b2a commit cb3c704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/static/castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ function darwinAmd64()
#[AsTask(description: 'Build static binary for MacOS (arm64) system')]
function darwinArm64()
{
run('bin/castor compile tools/phar/build/castor.darwin-arm64.phar --os=macos --arch=aarch64 --binary-path=castor.darwin-arm64 --php-extensions=mbstring,phar,posix,tokenizer,pcntl,curl,filter,openssl', timeout: 0);
run('bin/castor compile tools/phar/build/castor.darwin-arm64.phar --os=macos --arch=aarch64 --binary-path=castor.darwin-arm64 --php-extensions=mbstring,phar,posix,tokenizer,curl,filter,openssl', timeout: 0);
}

0 comments on commit cb3c704

Please sign in to comment.