server-box: fix build error: identifier 'xxx' preceded by whitespace in a literal operator declaration is deprecated (#449770)
This commit is contained in:
@@ -34,6 +34,9 @@ flutter335.buildFlutterApplication {
|
||||
autoPatchelfHook
|
||||
];
|
||||
|
||||
# https://github.com/juliansteenbakker/flutter_secure_storage/issues/965
|
||||
CXXFLAGS = [ "-Wno-deprecated-literal-operator" ];
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "server-box";
|
||||
|
||||
Reference in New Issue
Block a user