diff options
| author | heretic <[email protected]> | 2022-02-10 16:45:43 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:43 +0300 |
| commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
| tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /build/platform/binutils/binutils.resource | |
| parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/platform/binutils/binutils.resource')
| -rw-r--r-- | build/platform/binutils/binutils.resource | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/platform/binutils/binutils.resource b/build/platform/binutils/binutils.resource index 28823ecd80a..32ff6b293cd 100644 --- a/build/platform/binutils/binutils.resource +++ b/build/platform/binutils/binutils.resource @@ -1,7 +1,7 @@ -IF (HOST_OS_DARWIN AND OS_LINUX AND ARCH_X86_64) - DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:333256689) -ELSEIF (HOST_OS_LINUX AND OS_LINUX) - DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:360916612) -ELSE() - MESSAGE(FATAL_ERROR "There is no binutils for selected build configuration") -ENDIF() +IF (HOST_OS_DARWIN AND OS_LINUX AND ARCH_X86_64) + DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:333256689) +ELSEIF (HOST_OS_LINUX AND OS_LINUX) + DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:360916612) +ELSE() + MESSAGE(FATAL_ERROR "There is no binutils for selected build configuration") +ENDIF() |
