mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:19:39 +08:00
11 lines
212 B
Diff
11 lines
212 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -263,6 +263,7 @@ endif
|
|
if config_satasii
|
|
srcs += 'satasii.c'
|
|
cargs += '-DCONFIG_SATASII=1'
|
|
+ need_raw_access = true
|
|
endif
|
|
if config_serprog
|
|
srcs += 'serprog.c'
|