Skip to content

Commit 51b7691

Browse files
committed
dosbox-x: fix debugger not enabled
1 parent 8c01f09 commit 51b7691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/d/dosbox-x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def install
6767
]
6868

6969
system "./autogen.sh"
70-
system "./configure", *args, *std_configure_args
70+
system "./configure", *args, *std_configure_args.reject { |s| s["--disable-debug"] }
7171
system "make" # Needs to be called separately from `make install`.
7272
system "make", "install"
7373
end

0 commit comments

Comments
 (0)