mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Update toml11 to v4.3.0 in Dockerfile
This commit is contained in:
parent
223d75a10a
commit
b39de30db9
@ -30,7 +30,7 @@ RUN set -xe && \
|
|||||||
install -d /usr/include/date/ && \
|
install -d /usr/include/date/ && \
|
||||||
install -m644 libcron/externals/date/include/date/* /usr/include/date/ && \
|
install -m644 libcron/externals/date/include/date/* /usr/include/date/ && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
git clone https://github.com/ToruNiina/toml11 --branch="v3.7.1" --depth=1 && \
|
git clone https://github.com/ToruNiina/toml11 --branch="v4.3.0" --depth=1 && \
|
||||||
cd toml11 && \
|
cd toml11 && \
|
||||||
cmake -DCMAKE_CXX_STANDARD=11 . && \
|
cmake -DCMAKE_CXX_STANDARD=11 . && \
|
||||||
make install -j $THREADS && \
|
make install -j $THREADS && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user