0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
termux-packages/packages/libpluto/scripts-link_pluto.php.patch
2024-10-23 06:36:30 +03:00

11 lines
263 B
Diff

+++ ./scripts/link_pluto.php
@@ -3,7 +3,7 @@ require __DIR__."/common.php";
check_compiler();
prepare_link();
-$cmd = $compiler." -o src/pluto";
+$cmd = $compiler." -lpluto -o src/pluto";
if(defined("PHP_WINDOWS_VERSION_MAJOR"))
{
$cmd .= ".exe";