Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 546b7119c8b72893b33e5800dcc658a1c5cac9ea
      
https://github.com/WebKit/WebKit/commit/546b7119c8b72893b33e5800dcc658a1c5cac9ea
  Author: Sam James <[email protected]>
  Date:   2023-04-07 (Fri, 07 Apr 2023)

  Changed paths:
    M Source/JavaScriptCore/CMakeLists.txt

  Log Message:
  -----------
  postprocess-asm rule doesn't respect RUBY_EXECUTABLE
https://bugs.webkit.org/show_bug.cgi?id=254965

Reviewed by Yusuke Suzuki.

postprocess-asm is a Ruby script with #/!/usr/bin/env ruby as its shebang which
looks up Ruby in PATH. webkit, however, has RUBY_EXECUTABLE as a CMake option.
It's possible for the Ruby used by CMake (and the other rules during the build)
to be different to the first Ruby found in PATH. This makes the usage for 
postprocess-asm
consistent with other uses in webkit.

* Source/JavaScriptCore/CMakeLists.txt

Canonical link: https://commits.webkit.org/262719@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to