6cecad2be0
configureFlags = "--with-freetype2-library=" + freetype + "/lib";
1 line
102 B
Nix
1 line
102 B
Nix
"foo" + "bar" + toString (/a/b + /c/d) + (/foo/bar + "/../xyzzy/." + "/foo.txt") + ("/../foo" + /x/y)
|