cd into correct fire

This commit is contained in:
mmcwilliams 2021-11-10 00:32:24 -05:00
parent daa546e241
commit c75191e096
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ 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-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"
RUN cd /opt/boost-boost-1.37.0 && emmake make install -j CPPFLAGS="-s USE_PTHREADS=1" cxxflags="-s USE_PTHREADS=1"
WORKDIR /usr/src/