fix libpng name for Windows
Change-Id: Idb0e3892ab2f3c1712f98fb9a1d4e4745686f202
This commit is contained in:
parent
9b9d45e351
commit
e6812db65e
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ gb_Library_FILENAMES := $(patsubst curl:icurl%,curl:libcurl%,$(gb_Library_FILENA
|
|||
gb_Library_FILENAMES := $(patsubst npsoplugin:inpsoplugin%,npsoplugin:npsoplugin%,$(gb_Library_FILENAMES))
|
||||
|
||||
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
|
||||
gb_StaticLibrary_FILENAMES := $(patsubst png:png%,png:libpng%,$(gb_StaticLibrary_FILENAMES))
|
||||
|
||||
ifeq ($(COM),GCC)
|
||||
gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:crypto%,$(gb_Library_FILENAMES))
|
||||
|
|
Loading…
Reference in a new issue