mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
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:
parent
e4d2aa82e2
commit
e5283cd648
Notes:
sideshowbarker
2024-07-17 08:38:37 +09:00
Author: https://github.com/nico
Commit: e5283cd648
Pull-request: https://github.com/SerenityOS/serenity/pull/21272
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue