Unverified Commit 6cdbe938 authored by Emily's avatar Emily Committed by GitHub
Browse files

openjfx17: fix build with Ruby 3 (#343130)

parents 2cc39ac5 1db3e753
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ in stdenv.mkDerivation {
      -i modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/Heap.cpp \
         modules/javafx.web/src/main/native/Source/bmalloc/bmalloc/IsoSharedPageInlines.h

    substituteInPlace modules/javafx.web/src/main/native/Source/JavaScriptCore/offlineasm/parser.rb \
      --replace-fail "File.exists?" "File.exist?"

    ln -s $config gradle.properties
  '';