diff options
| author | 2021-01-27 14:54:53 +0100 | |
|---|---|---|
| committer | 2021-01-28 00:54:53 +1100 | |
| commit | fd5fb05aceeea0822ae268a8af0ce54001c244f8 (patch) | |
| tree | 201523382053b3d7749a45f1686aa8ceb45b2ef7 /makefile | |
| parent | e069a2d17bc58db6ee38a6f36da9d8a5b167fbd5 (diff) | |
Unbreak aarch64 and arm builds (#7708)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -384,12 +384,14 @@ endif endif ifeq ($(findstring arm,$(UNAME)),arm) +ARCHITECTURE := ifndef FORCE_DRC_C_BACKEND FORCE_DRC_C_BACKEND := 1 endif endif ifeq ($(findstring aarch64,$(UNAME)),aarch64) +ARCHITECTURE := ifndef FORCE_DRC_C_BACKEND FORCE_DRC_C_BACKEND := 1 endif |
