Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.116.239.69
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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
2025-04-16 09:00
build_error.rb
179
B
-rw-r--r--
2025-03-20 13:38
builder.rb
7.11
KB
-rw-r--r--
2025-03-20 13:38
cargo_builder.rb
10.1
KB
-rw-r--r--
2025-03-20 13:38
cmake_builder.rb
667
B
-rw-r--r--
2025-03-20 13:38
configure_builder.rb
772
B
-rw-r--r--
2025-03-20 13:38
ext_conf_builder.rb
2.55
KB
-rw-r--r--
2025-03-20 13:38
rake_builder.rb
1.05
KB
-rw-r--r--
2025-03-20 13:38
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