morningman commented on a change in pull request #3909: URL: https://github.com/apache/incubator-doris/pull/3909#discussion_r443125786
########## File path: thirdparty/build-thirdparty.sh ########## @@ -685,6 +685,18 @@ build_cctz() { make -j$PARALLEL && make install } +#mustache +build_mustache() { Review comment: In `https://github.com/henryr/cpp-mustache/` it said: `Easiest way is to drop mustache.{cc,h} in your project.` so why not just introduce the 2 files? So that we don't need to update our compile env. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org