You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generated some header files to $OUT_DIR/include and I want to embed them with compression because the nature of source code (at least human readable text) very much suits dictionary compression. But it seems like starting from 6.8.1 I cannot reference $OUT_DIR/include anymore.
I wonder what is blocking this usage and are there any alternatives? (Besides from compressing it manually using tar and bzip2 and use Lazy to deflate them in runtime)
The text was updated successfully, but these errors were encountered:
Reverted to relative paths, I think I had to use interpolation because of my cross builds, but I'll revisit them, hopefully this is no longer an issue.
I generated some header files to
$OUT_DIR/include
and I want to embed them with compression because the nature of source code (at least human readable text) very much suits dictionary compression. But it seems like starting from 6.8.1 I cannot reference$OUT_DIR/include
anymore.I wonder what is blocking this usage and are there any alternatives? (Besides from compressing it manually using tar and bzip2 and use
Lazy
to deflate them in runtime)The text was updated successfully, but these errors were encountered: