Skip to content

Commit

Permalink
apriltags is now a C project
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jan 13, 2025
1 parent 7ae9e8a commit 00460b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN if [ "$(uname -m)" = "x86_64" ]; then \
RUN pip install numpy

# support from win7 in mingw
ENV CXXFLAGS="-DWINVER=0x0600 -D_WIN32_WINNT=0x0600"
ENV CFLAGS="-DWINVER=0x0600 -D_WIN32_WINNT=0x0600"

# install building script
COPY ./assets/build.sh /build.sh
Expand Down

0 comments on commit 00460b5

Please sign in to comment.