Skip to content

Commit

Permalink
Revert comment about cleaning not being on by default
Browse files Browse the repository at this point in the history
Cleaning is on by default; it's just that prior to #168 the cleaning
was quietly failing:

```
Cleaning files only used during build.
/Users/stanhu/.asdf/installs/ruby/3.1.4/lib/ruby/3.1.0/fileutils.rb:637:in `rm_rf': wrong number of arguments (given 2, expected 1) (ArgumentError)
	from ./extconf.rb:28:in `block in <main>'
	from <internal:dir>:220:in `glob'
	from ./extconf.rb:27:in `glob'
	from ./extconf.rb:27:in `<main>'
make: [clean-ports] Error 1 (ignored)
```
  • Loading branch information
stanhu authored and ueno committed Sep 14, 2023
1 parent 0ce6037 commit 2cc29d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/gpgme/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Available options:
#
# --enable-clean
# --disable-clean (default)
# --enable-clean (default)
# --disable-clean
#
# This file is largely based on Nokogiri's extconf.rb.

Expand Down

0 comments on commit 2cc29d8

Please sign in to comment.