mirror of
https://github.com/wiiu-env/libntfs.git
synced 2024-11-14 14:15:06 +01:00
Fix the Dockerfile and copy the file into the right directory
This commit is contained in:
parent
f8705b2c39
commit
a2357a4778
@ -4,7 +4,7 @@ COPY --from=wiiuenv/libiosuhax:20200812 /artifacts $DEVKITPRO
|
|||||||
|
|
||||||
WORKDIR tmp_build
|
WORKDIR tmp_build
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make clean && make wiiu-release && mkdir -p /artifacts/wut/usr && cp -r lib /artifacts/wut/usr && cp -r include //artifacts/wut/usr
|
RUN make clean && make wiiu-release && mkdir -p /artifacts/wut/usr && mkdir -p /artifacts/wut/usr/lib && cp lib/wiiu/libntfs.a /artifacts/wut/usr/lib && cp -r include /artifacts/wut/usr
|
||||||
WORKDIR /artifacts
|
WORKDIR /artifacts
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
Loading…
Reference in New Issue
Block a user