diff options
-rw-r--r-- | system/bochs/bochs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/bochs/bochs.SlackBuild b/system/bochs/bochs.SlackBuild index 6ef218ff70..5efab62524 100644 --- a/system/bochs/bochs.SlackBuild +++ b/system/bochs/bochs.SlackBuild @@ -97,7 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-pnic \ --enable-readline \ --enable-raw-serial \ - --enable-sb16=linux \ + --enable-sb16 \ --enable-usb \ --enable-usb-ohci \ --enable-usb-xhci \ |