Browse Source

Add more architectures

master
lint 4 years ago
parent
commit
84ba4682ed
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      prefs/Makefile

+ 1
- 1
Makefile View File

@@ -1,4 +1,4 @@
ARCHS = arm64 arm64e
ARCHS = armv7 armv7s arm64 arm64e

include $(THEOS)/makefiles/common.mk


+ 1
- 1
prefs/Makefile View File

@@ -1,6 +1,6 @@
include $(THEOS)/makefiles/common.mk

ARCHS = arm64 arm64e
ARCHS = armv7 armv7s arm64 arm64e

BUNDLE_NAME = TFDidThatSayPrefs


Loading…
Cancel
Save