Skip to content

Commit 6e485bb

Browse files
authored
tinyobjloader: fix broken build (#13645)
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent ddf6b51 commit 6e485bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/tinyobjloader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN git clone --depth 1 https://github.com/tinyobjloader/tinyobjloader
19-
COPY build.sh run_tests.sh $SRC
19+
COPY build.sh run_tests.sh $SRC/
2020
WORKDIR $SRC/tinyobjloader

0 commit comments

Comments
 (0)