From af7d8af9ba546cc60c5d225201335f288f607277 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Mon, 21 Apr 2025 15:05:13 +0800 Subject: [PATCH] Install forgotten stdpaths.h --- build/cmake/files.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/files.cmake b/build/cmake/files.cmake index e9db2dfcc5..de268ce716 100644 --- a/build/cmake/files.cmake +++ b/build/cmake/files.cmake @@ -119,6 +119,7 @@ set(BASE_COREFOUNDATION_SRC set(BASE_COREFOUNDATION_HDR wx/osx/carbon/region.h + wx/osx/cocoa/stdpaths.h wx/osx/core/cfdataref.h wx/osx/core/cfref.h wx/osx/core/cfstring.h @@ -2217,7 +2218,6 @@ set(OSX_COCOA_HDR wx/osx/cocoa/chkconf.h wx/osx/cocoa/evtloop.h wx/osx/cocoa/private.h - wx/osx/cocoa/stdpaths.h wx/generic/region.h wx/osx/activityindicator.h wx/osx/datectrl.h