This commit is contained in:
mmcwilliams 2021-11-10 00:29:50 -05:00
parent f22c904379
commit daa546e241
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN cd /opt && wget https://github.com/boostorg/boost/archive/refs/tags/boost-1.
RUN cd /opt && tar -xf boost-1.37.0.tar.gz
RUN mkdir -p /opt/libboost
RUN cd /opt && ls
RUN cd /opt/boost-1.37.0 && emconfigure ./configure --prefix=/opt/libboost
RUN cd /opt/boost-1.37.0 && emmake make install -j CPPFLAGS="-s USE_PTHREADS=1" cxxflags="-s USE_PTHREADS=1"