Skip to content

Commit

Permalink
[libc] Attempt to fix incorrect pathin on Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 committed Jan 7, 2024
1 parent 38228d5 commit fece981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libc/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ if(EXISTS "${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in")
signal
DEF_FILE signal.h.def
PARAMS
platform_signal=${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in
platform_signal=../config/${LIBC_TARGET_OS}/signal.h.in
GEN_HDR signal.h
DATA_FILES
${LIBC_SOURCE_DIR}/config/${LIBC_TARGET_OS}/signal.h.in
../config/${LIBC_TARGET_OS}/signal.h.in
DEPENDS
.llvm-libc-macros.signal_macros
.llvm-libc-types.sig_atomic_t
Expand Down

0 comments on commit fece981

Please sign in to comment.