mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-03 13:13:35 +02:00
Have dev.sh set SLANGC as well
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user