Have dev.sh set SLANGC as well

This commit is contained in:
Kovid Goyal
2026-06-28 09:03:50 +05:30
parent e008088b9f
commit 8d20d25288

View File

@@ -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"))