Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/native/corehost/configure.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef PAL_HOST_CONFIGURE_H_INCLUDED
#define PAL_HOST_CONFIGURE_H_INCLUDED

#cmakedefine01 CLR_SINGLE_FILE_HOST_ONLY
#cmakedefine CLR_SINGLE_FILE_HOST_ONLY

#ifdef CLR_SINGLE_FILE_HOST_ONLY
// When hosting components are all statically linked,
Expand All @@ -20,4 +20,4 @@
#define CURRENT_OS_NAME "@CLR_CMAKE_TARGET_OS@"
#define CURRENT_ARCH_NAME "@CLR_CMAKE_TARGET_ARCH@"

#endif // PAL_HOST_CONFIGURE_H_INCLUDED
#endif // PAL_HOST_CONFIGURE_H_INCLUDED