Skip to content

Commit

Permalink
bump(main/libpluto): 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Dec 2, 2024
1 parent 87e8844 commit c528a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/libpluto/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://plutolang.github.io/
TERMUX_PKG_DESCRIPTION="Shared library for the Pluto interpreter"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Komo @mbekkomo"
TERMUX_PKG_VERSION="0.10.2"
TERMUX_PKG_VERSION="0.10.3"
TERMUX_PKG_SRCURL=https://github.com/PlutoLang/Pluto/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=133e63bdd29a9b124ea70045ceac7bb2e241909900a5f4e5a8cd06f9189c8ef7
TERMUX_PKG_SHA256=14d5fc9fe0e4084032909234ba03e560190706b7bf5f25279a721ba7bb2885ea
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_DEPENDS="readline"
Expand Down
7 changes: 4 additions & 3 deletions packages/libpluto/src-vendor-Soup-build_common.php.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
+++ ./src/vendor/Soup/build_common.php
@@ -1,6 +1,6 @@
--- a/src/vendor/Soup/build_common.php
+++ b/src/vendor/Soup/build_common.php
@@ -1,6 +1,6 @@
<?php
// Config
-$clang = $argv[1] ?? "clang";
+$clang = getenv("CXX");
$clang .= " -std=c++17 -fno-rtti -DSOUP_USE_INTRIN -O3";
$clang .= " -std=c++17 -fno-rtti -DSOUP_USE_INTRIN -O3 -ffunction-sections -fdata-sections";
if (defined("PHP_WINDOWS_VERSION_MAJOR"))
{

0 comments on commit c528a05

Please sign in to comment.