Skip to content

Commit cc56732

Browse files
committed
ci: try to fix the Netlify build 🤔
1 parent c2d53f0 commit cc56732

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

netlify.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ command = "yarn && yarn storybook:build"
44
[build.environment]
55
YARN_VERSION = "1.22.19"
66
NODE_VERSION = "18.12.1"
7-
CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/include"
8-
LDFLAGS = "-L/home/linuxbrew/.linuxbrew/lib"
7+
CPPFLAGS = "-I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include"
8+
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

Comments
 (0)