mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
a97f42cf0b
* [libexif] update download location * [libexif] Update homepage & switch to vcpkg_from_github * [libexif] add missing _stdint.h file via patch mechanism * [libexif] actually include modifications to tell it to use the patch file
8 lines
168 B
Diff
8 lines
168 B
Diff
diff --git a/libexif/_stdint.h b/libexif/_stdint.h
|
|
new file mode 100644
|
|
index 0000000..9a6118b
|
|
--- /dev/null
|
|
+++ b/libexif/_stdint.h
|
|
@@ -0,0 +1 @@
|
|
+#include <stdint.h>
|