- Adjust gfx controller to assume that the graphics driver is loaded if the
  mode is set for nvidia/hybrid
- Small code adjustments for error handling
This commit is contained in:
Luke
2021-01-10 22:04:26 +13:00
parent 54cc51fe5d
commit c9b2a0c777
11 changed files with 72 additions and 40 deletions

View File

@@ -31,7 +31,7 @@ ifeq ($(VENDORED),1)
ARGS += --frozen
endif
all: build install
all: build
clean:
cargo clean