danoon2/Boxedwine

Make build scripts readable

Closed this issue · 1 comments

Please split build flags instead of a huge one-liner in the build scripts.

Example:

  cmake -H../../lib/poco -B./linux_build \
    -DENABLE_SEVENZIP=OFF \
    -DENABLE_XML=OFF \
    -DENABLE_JSON=OFF \
...

@yochananmarqos Thanks for the suggestion, I think that is a good idea to make it easier to read and also see diffs better. I updated the 4 Linux build scripts.