mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:39:01 +08:00
a4275b7eee
* Run through the macOS update instructions one more time. I think they're in a pretty good state now since this is the first attempt to rerun them since we dropped Vagrant. * Removed Parallels references for arm64. * Removed references to removing Vagrant because it's no longer on any of the hosts. * Update macOS to 14.5. * Update XCode CLT to 14.3.
15 lines
424 B
Diff
15 lines
424 B
Diff
diff --git a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
|
|
index ed974db..f17d45a 100644
|
|
--- a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
|
|
+++ b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
|
|
@@ -34,6 +34,9 @@ android|gcc {
|
|
}
|
|
|
|
darwin {
|
|
+ QMAKE_CXXFLAGS += \
|
|
+ -Wno-enum-constexpr-conversion
|
|
+
|
|
LIBS += \
|
|
-framework Foundation
|
|
}
|