Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Balackburn committed Sep 23, 2024
1 parent d3c49c4 commit 0b47e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FINALPACKAGE = 1
PACKAGE_VERSION = 1.0

# Specify the desired architecture directly
ARCH = arm64 # Change to desired architecture as needed
OBJ_PATH = .theos/obj/arm64
ARCH = arm64
OBJ_PATH = .theos/obj/$(ARCH)
DYLIB_PATH = $(OBJ_PATH)/YTLitePlus.dylib

# Tweak Information
Expand Down

0 comments on commit 0b47e60

Please sign in to comment.