Skip to content

Commit

Permalink
Update configure.h.in (dotnet#107954)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Sep 18, 2024
1 parent 594f2a6 commit 128837d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 128837d

Please sign in to comment.