Fix conditional flags

This commit is contained in:
Bruce Hill 2025-03-28 18:20:31 -04:00
parent f5018f9b7b
commit 54103cdf6b

View File

@ -175,8 +175,8 @@ int main(int argc, char *argv[])
} }
#ifdef __APPLE__ #ifdef __APPLE__
cflags = Texts(cflags, " -I/opt/homebrew/include"); cflags = Texts(cflags, Text(" -I/opt/homebrew/include"));
ldflags = Texts(cflags, " -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib"); ldflags = Texts(cflags, Text(" -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib"));
#endif #endif
if (show_codegen.length > 0 && Text$equal_values(show_codegen, Text("pretty"))) if (show_codegen.length > 0 && Text$equal_values(show_codegen, Text("pretty")))