Skip to content

Commit 7e83469

Browse files
committed
emscripten: migrate to [email protected]
1 parent 24a4b1e commit 7e83469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/e/emscripten.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Emscripten < Formula
2626

2727
depends_on "cmake" => :build
2828
depends_on "node"
29-
depends_on "python@3.13"
29+
depends_on "python@3.14"
3030
depends_on "yuicompressor"
3131

3232
uses_from_macos "llvm" => :build
@@ -226,7 +226,7 @@ def install
226226

227227
# Add JAVA_HOME to env_script on ARM64 macOS and Linux, so that google-closure-compiler
228228
# can find OpenJDK
229-
emscript_env = { PYTHON: Formula["[email protected]"].opt_bin/"python3.13" }
229+
emscript_env = { PYTHON: which("python3.14") }
230230
emscript_env.merge! Language::Java.overridable_java_home_env if OS.linux? || Hardware::CPU.arm?
231231

232232
emscripts.each do |emscript|

0 commit comments

Comments
 (0)