MacPDF: Define AK_DONT_REPLACE_STD

The bots complain that `forward()` could be either from libc++'s
include/c++/v1/__utility/forward.h or from AK/StdLibExtras.h.

I don't see this locally, but Ladybird also defined AK_DONT_REPLACE_STD,
so let's see if this does the trick.
This commit is contained in:
Nico Weber 2023-09-29 22:16:51 -04:00 committed by Andreas Kling
parent e4d2aa82e2
commit e5283cd648

View file

@ -7,6 +7,8 @@
set(CMAKE_SKIP_BUILD_RPATH FALSE)
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
add_compile_options(-DAK_DONT_REPLACE_STD)
set(RESOURCES
LagomPDFDocument.xib
MainMenu.xib