Skip to content

Commit

Permalink
fix msys build: libhwy
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jul 17, 2022
1 parent d3ce3e8 commit a658b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ ifdef IS_WIN32
WIN32STRIP = strip
WIN32WINDRES = windres
# MSYS' SDL_* configure is a bloat and links full static
WIN32_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl
WIN32_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl -lhwy
ifeq ($(CONF), DIST)
native: $(WIN32_ZIP)
else
Expand All @@ -174,7 +174,7 @@ else ifdef IS_WIN64
WIN64STRIP = strip
WIN64WINDRES = windres
# MSYS' SDL_* configure is a bloat and links full static
WIN64_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl
WIN64_LIBS += `pkg-config --libs SDL2_image libpng libjpeg libwebp SDL2_ttf freetype2 harfbuzz` -ldwrite -ltiff -lLerc -lbrotlidec -lbrotlicommon -lfreetype -lgraphite2 -llzma -lz -lwebp -lzstd -ldeflate -ljbig -ljpeg -lrpcrt4 -ljxl -lhwy
ifeq ($(CONF), DIST)
native: $(WIN64_ZIP)
else
Expand Down

0 comments on commit a658b1f

Please sign in to comment.