We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6108f commit 8e7d77dCopy full SHA for 8e7d77d
src/libstore/globals.hh
@@ -296,7 +296,7 @@ public:
296
"listed in 'trusted-public-keys'."};
297
298
Setting<StringSet> extraPlatforms{this,
299
- SYSTEM == "x86_64-linux" ? StringSet{"i686-linux"} : StringSet{},
+ std::string{SYSTEM} == "x86_64-linux" ? StringSet{"i686-linux"} : StringSet{},
300
"extra-platforms",
301
"Additional platforms that can be built on the local system. "
302
"These may be supported natively (e.g. armv7 on some aarch64 CPUs "
0 commit comments