editors/imhex: Fix build error on 13.x

MFH:		2025Q2
This commit is contained in:
MANTANI Nobutaka 2025-04-13 03:45:09 +09:00
parent a3144d0a72
commit e899a19c8e

View file

@ -116,7 +116,7 @@ IGNORE= requires libc++ of LLVM 17 on the base system
.endif .endif
# After LLVM 18 import into the base system # After LLVM 18 import into the base system
.if (${OSREL:R} == 15 && ${OSVERSION} >= 1500018) || ${OSREL:R} == 14 .if (${OSREL:R} == 15 && ${OSVERSION} >= 1500018) || ${OSREL:R} < 15
CXXFLAGS+= -fexperimental-library -D_LIBCPP_ENABLE_EXPERIMENTAL CXXFLAGS+= -fexperimental-library -D_LIBCPP_ENABLE_EXPERIMENTAL
.endif .endif