We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[email protected]
1 parent 24a4b1e commit 7e83469Copy full SHA for 7e83469
Formula/e/emscripten.rb
@@ -26,7 +26,7 @@ class Emscripten < Formula
26
27
depends_on "cmake" => :build
28
depends_on "node"
29
- depends_on "python@3.13"
+ depends_on "python@3.14"
30
depends_on "yuicompressor"
31
32
uses_from_macos "llvm" => :build
@@ -226,7 +226,7 @@ def install
226
227
# Add JAVA_HOME to env_script on ARM64 macOS and Linux, so that google-closure-compiler
228
# can find OpenJDK
229
- emscript_env = { PYTHON: Formula["[email protected]"].opt_bin/"python3.13" }
+ emscript_env = { PYTHON: which("python3.14") }
230
emscript_env.merge! Language::Java.overridable_java_home_env if OS.linux? || Hardware::CPU.arm?
231
232
emscripts.each do |emscript|
0 commit comments