We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c49c4 commit 0b47e60Copy full SHA for 0b47e60
Makefile
@@ -4,8 +4,8 @@ FINALPACKAGE = 1
4
PACKAGE_VERSION = 1.0
5
6
# Specify the desired architecture directly
7
-ARCH = arm64 # Change to desired architecture as needed
8
-OBJ_PATH = .theos/obj/arm64
+ARCH = arm64
+OBJ_PATH = .theos/obj/$(ARCH)
9
DYLIB_PATH = $(OBJ_PATH)/YTLitePlus.dylib
10
11
# Tweak Information
0 commit comments