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 38228d5 commit fece981Copy full SHA for fece981
libc/include/CMakeLists.txt
@@ -189,10 +189,10 @@ if(EXISTS "${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in")
189
signal
190
DEF_FILE signal.h.def
191
PARAMS
192
- platform_signal=${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in
+ platform_signal=../config/${LIBC_TARGET_OS}/signal.h.in
193
GEN_HDR signal.h
194
DATA_FILES
195
- ${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in
+ ../config/${LIBC_TARGET_OS}/signal.h.in
196
DEPENDS
197
.llvm-libc-macros.signal_macros
198
.llvm-libc-types.sig_atomic_t
0 commit comments