Skip to content

Commit 175ede0

Browse files
committed
wip
1 parent 7c7a340 commit 175ede0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ void append_env(std::string var_name, std::string value) {
16331633
}
16341634
}
16351635
void setup_environment_variables() {
1636-
std::string default_zion_root =
1636+
const char *default_zion_root =
16371637
#ifdef __APPLE__
16381638
"/usr/local/share/zion";
16391639
#else

0 commit comments

Comments
 (0)