cd into correct fire
This commit is contained in:
parent
daa546e241
commit
c75191e096
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue