We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f6810 commit 85763e0Copy full SHA for 85763e0
libc/config/linux/platfrom_defs.h.inc renamed to libc/config/linux/platform_defs.h.inc
libc/src/__support/CMakeLists.txt
@@ -2,8 +2,8 @@ add_gen_header(
2
common
3
DEF_FILE common.h.def
4
PARAMS
5
- platform_defs=../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
+ platform_defs=../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
6
GEN_HDR common.h
7
DATA_FILES
8
- ../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
+ ../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
9
)
0 commit comments