Skip to content

Commit

Permalink
Windows build not fixed yet.. damn you windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anticitizn committed Sep 13, 2023
1 parent 3cde81f commit bd81b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN apt update \
&& apt install -y --no-install-recommends \
apt-utils zip build-essential cmake mingw-w64

#RUN mkdir /usr/local/x86_64-w64-mingw32
RUN mkdir /usr/local/x86_64-w64-mingw32

WORKDIR /usr/src/solnce/external/sdl
COPY external/sdl ./

RUN make native
RUN make cross

WORKDIR /usr/src/solnce/

0 comments on commit bd81b74

Please sign in to comment.