Skip to content

Commit 9b597f8

Browse files
committed
enable building without deps
1 parent aa05413 commit 9b597f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EOF
4343
spec.executables = ["rdebug-ide"]
4444
spec.files = FILES.to_a
4545

46-
spec.extensions << "ext/mkrf_conf.rb"
46+
spec.extensions << "ext/mkrf_conf.rb" unless ENV['NO_EXT']
4747
spec.add_dependency("rake", ">= 0.8.1")
4848

4949
spec.required_ruby_version = '>= 1.8.2'

0 commit comments

Comments
 (0)