Skip to content

Commit

Permalink
libreactor: fix paths in dockerfile for src and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
talawahtech committed Nov 21, 2020
1 parent 0da810c commit 665a0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/C/libreactor/libreactor.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN wget -q https://github.com/talawahtech/libreactor/archive/v2.0.0-dev-2020-11
./configure && \
make install AM_CFLAGS="-std=gnu11 -g -O3 -march=native -flto -fcommon -I./src"

COPY FrameworkBenchmarks/frameworks/C/libreactor/src-2/ /libreactor/src/
COPY FrameworkBenchmarks/frameworks/C/libreactor/Makefile-2 /libreactor/Makefile
COPY src/ /libreactor/src/
COPY Makefile /libreactor/Makefile

RUN make

Expand Down

0 comments on commit 665a0b6

Please sign in to comment.