Skip to content

Commit

Permalink
Update std.toolchain() to set env var to fix Bison (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy authored Oct 5, 2024
1 parent d527874 commit aa6eb46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/std/toolchain/native/index.bri
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ export const toolchain = std.memo(
// pkg-config search paths
PKG_CONFIG_PATH: { append: [{ path: "lib/pkgconfig" }] },

// Bison data dir
BISON_PKGDATADIR: { fallback: { path: "share/bison" } },

// Magic patterns used by `file`
MAGIC: { append: [{ path: "share/misc/magic.mgc" }] },

Expand Down

0 comments on commit aa6eb46

Please sign in to comment.