mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 11:49:00 +08:00
0ad6aaeebb
* [libogg] Update to 1.3.3-3 * No patches required (merged in upstream) Notes: Target name changed: Ogg::Ogg -> Ogg::ogg (official).
13 lines
369 B
Diff
13 lines
369 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5c31a3c..c3c060a 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -63,6 +63,7 @@ set(USIZE16 uint16_t)
|
|
set(SIZE32 int32_t)
|
|
set(USIZE32 uint32_t)
|
|
set(SIZE64 int64_t)
|
|
+set(USIZE64 uint64_t)
|
|
|
|
configure_file(include/ogg/config_types.h.in ${CMAKE_CURRENT_BINARY_DIR}/include/ogg/config_types.h @ONLY)
|
|
|