Fix ldflags
This commit is contained in:
parent
54103cdf6b
commit
093338eb52
@ -176,7 +176,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
#ifdef __APPLE__
|
||||
cflags = Texts(cflags, Text(" -I/opt/homebrew/include"));
|
||||
ldflags = Texts(cflags, Text(" -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib"));
|
||||
ldflags = Texts(ldflags, Text(" -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib"));
|
||||
#endif
|
||||
|
||||
if (show_codegen.length > 0 && Text$equal_values(show_codegen, Text("pretty")))
|
||||
|
Loading…
Reference in New Issue
Block a user