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 c2d53f0 commit cc56732Copy full SHA for cc56732
netlify.toml
@@ -4,5 +4,7 @@ command = "yarn && yarn storybook:build"
4
[build.environment]
5
YARN_VERSION = "1.22.19"
6
NODE_VERSION = "18.12.1"
7
-CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/include"
8
-LDFLAGS = "-L/home/linuxbrew/.linuxbrew/lib"
+CPPFLAGS = "-I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include"
+CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include"
9
+LDFLAGS = "-L/home/linuxbrew/.linuxbrew/opt/systemd/lib -L/home/linuxbrew/.linuxbrew/lib"
10
+PKG_CONFIG_PATH = "/home/linuxbrew/.linuxbrew/opt/systemd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/lib/pkgconfig"
0 commit comments