Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3fea7cf

Browse filesBrowse files
committed
[TEMP] Revert delete dlfcn
1 parent 92e858c commit 3fea7cf
Copy full SHA for 3fea7cf

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎create_gcc_pkg.rb

Copy file name to clipboardExpand all lines: create_gcc_pkg.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ def clean_package
110110
def run
111111
current_pkgs = %x[#{PACMAN} -Q].split("\n").select { |l| l.start_with? PKG_PRE }
112112

113-
exec_check "Removing #{PKG_PRE}dlfcn",
114-
"#{PACMAN} -R --noconfirm --noprogressbar #{PKG_PRE}dlfcn"
113+
# exec_check "Removing #{PKG_PRE}dlfcn",
114+
# "#{PACMAN} -R --noconfirm --noprogressbar #{PKG_PRE}dlfcn"
115115

116116
install_gcc
117117

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.