mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-09 01:11:58 +00:00
Have dev.sh set SLANGC as well
This commit is contained in:
parent
7475b612c0
commit
0faec13e6f
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ func build(args []string) {
|
|||
}
|
||||
root := root_dir()
|
||||
os.Setenv("DEVELOP_ROOT", root)
|
||||
os.Setenv("SLANGC", filepath.Join(root, "bin", "slangc"))
|
||||
prepend("PKG_CONFIG_PATH", filepath.Join(root, "lib", "pkgconfig"))
|
||||
if runtime.GOOS == "darwin" {
|
||||
os.Setenv("PKGCONFIG_EXE", filepath.Join(root, "bin", "pkg-config"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue