mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
b286cd50dd
* Patch libraw-local FindLCMS2.cmake to handle debug postfix * Remove library statement from def as name is incorrect for debug builds https://msdn.microsoft.com/en-us/library/d91k01sh.aspx claims it is required, but works fine (better) without. * Patch FindLibRaw.cmake to handle debug postfix * [lcms] Use vcpkg_from_github()'s PATCHES parameter
9 lines
240 B
Diff
9 lines
240 B
Diff
--- a/src/lcms2.def 2016-07-20 09:46:01.000000000 +0200
|
|
+++ b/src/lcms2.def 2018-06-02 02:11:04.135781600 +0200
|
|
@@ -1,5 +1,3 @@
|
|
-LIBRARY LCMS2.DLL
|
|
-
|
|
EXPORTS
|
|
|
|
_cms15Fixed16toDouble = _cms15Fixed16toDouble
|