depot/pkgs/tools/security/chipsec/compile-ko.diff
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

13 lines
384 B
Diff

diff --git a/setup.py b/setup.py
index 3465765c..ae128922 100755
--- a/setup.py
+++ b/setup.py
@@ -137,7 +137,7 @@ class build_ext(_build_ext):
elif platform.system().lower() == "windows":
driver_build_function = self._build_win_driver
- if not self.skip_driver:
+ if True:
driver_build_function()
def get_source_files(self):