Skip to content
Snippets Groups Projects
Commit c1440e1d authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

fix jpeg lib name in namke.opt

parent c4308624
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ LOGLUV_SUPPORT = 1
JPEG_SUPPORT = 1
JPEGDIR = @CMAKE_WIN_INSTALL_PREFIX@
JPEG_INCLUDE = -I$(JPEGDIR)\include
JPEG_LIB = $(JPEGDIR)\lib\libjpeg.lib
JPEG_LIB = $(JPEGDIR)\lib\jpeg.lib
#
# Uncomment and edit following lines to enable ZIP support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment