Skip to content

Commit

Permalink
Makefile: remove unused msys2 libs
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jun 26, 2024
1 parent 445db8a commit 2f1d130
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 @@ -196,7 +196,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 -lhwy -lsharpyuv -lavif -lyuv -ldav1d -lrav1e -lSvtAv1Dec -lSvtAv1Enc -laom -lntdll -lwebpdemux
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 -lsharpyuv -lavif -lyuv -ldav1d -lrav1e -lSvtAv1Enc -laom -lntdll -lwebpdemux
ifeq ($(CONF), DIST)
native: $(WIN32_ZIP)
else
Expand All @@ -211,7 +211,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 -lhwy -lsharpyuv -lavif -lyuv -ldav1d -lrav1e -lSvtAv1Dec -lSvtAv1Enc -laom -lntdll -lwebpdemux
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 -lsharpyuv -lavif -lyuv -ldav1d -lrav1e -lSvtAv1Enc -laom -lntdll -lwebpdemux
ifeq ($(CONF), DIST)
native: $(WIN64_ZIP)
else
Expand Down

0 comments on commit 2f1d130

Please sign in to comment.