Skip to content

Commit 0b47e60

Browse files
committed
Updated Makefile
1 parent d3c49c4 commit 0b47e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FINALPACKAGE = 1
44
PACKAGE_VERSION = 1.0
55

66
# Specify the desired architecture directly
7-
ARCH = arm64 # Change to desired architecture as needed
8-
OBJ_PATH = .theos/obj/arm64
7+
ARCH = arm64
8+
OBJ_PATH = .theos/obj/$(ARCH)
99
DYLIB_PATH = $(OBJ_PATH)/YTLitePlus.dylib
1010

1111
# Tweak Information

0 commit comments

Comments
 (0)