mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
11 lines
263 B
Diff
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";
|