Skip to content

Commit fece981

Browse files
committed
[libc] Attempt to fix incorrect pathin on Linux builds
1 parent 38228d5 commit fece981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/include/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ if(EXISTS "${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in")
189189
signal
190190
DEF_FILE signal.h.def
191191
PARAMS
192-
platform_signal=${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in
192+
platform_signal=../config/${LIBC_TARGET_OS}/signal.h.in
193193
GEN_HDR signal.h
194194
DATA_FILES
195-
${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in
195+
../config/${LIBC_TARGET_OS}/signal.h.in
196196
DEPENDS
197197
.llvm-libc-macros.signal_macros
198198
.llvm-libc-types.sig_atomic_t

0 commit comments

Comments
 (0)