Linux premium71.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.209
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
rubygems /
rubygems /
ext /
Delete
Unzip
Name
Size
Permission
Date
Action
build_error.rb
178
B
-rw-r--r--
2024-06-26 13:55
builder.rb
5.63
KB
-rw-r--r--
2024-06-26 13:55
cmake_builder.rb
472
B
-rw-r--r--
2024-06-26 13:55
configure_builder.rb
566
B
-rw-r--r--
2024-06-26 13:55
ext_conf_builder.rb
3.31
KB
-rw-r--r--
2024-06-26 13:55
rake_builder.rb
943
B
-rw-r--r--
2024-06-26 13:55
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) 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 results end end