Browse Source

add flag for user supplied TARGET

pull/1941/head
TiborGY GitHub 7 years ago
parent
commit
dfcd0ebf08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile.system

+ 1
- 0
Makefile.system View File

@@ -65,6 +65,7 @@ endif


ifdef TARGET ifdef TARGET
GETARCH_FLAGS := -DFORCE_$(TARGET) GETARCH_FLAGS := -DFORCE_$(TARGET)
GETARCH_FLAGS += -DUSER_TARGET
endif endif


# Force fallbacks for 32bit # Force fallbacks for 32bit


Loading…
Cancel
Save