Skip to content

Commit db479e8

Browse files
committed
nfc(xmake) force unordered_dense and frozen to import stdd
1 parent 9619816 commit db479e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xmake.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ set_allowedmodes(allowed_modes)
4747
set_allowedplats("windows", "mingw", "linux", "macosx", "wasm")
4848
set_allowedarchs("windows|x64", "windows|arm64", "linux|x86_64", "linux|aarch64", "macosx|x86_64", "macosx|arm64")
4949

50+
add_defines("ANKERL_UNORDERED_DENSE_STD_MODULE=1", "FROZEN_STD_MODULE=1")
51+
5052
includes("xmake/dependencies.lua")
5153
includes("xmake/targets.lua")
5254

0 commit comments

Comments
 (0)