Skip to content

Commit e1cdcf3

Browse files
authored
Forgot this is Makefile
1 parent e381a29 commit e1cdcf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $(TWEAK_NAME)_FRAMEWORKS = UIKit Foundation Photos AVFoundation Security SystemC
1010
$(TWEAK_NAME)_CFLAGS = -fobjc-arc
1111
$(TWEAK_NAME)_FILES = $(wildcard Files/*.x)
1212

13-
// FFmpegKit stuff
13+
# FFmpegKit stuff
1414
FFMPEGKIT_FRAMEWORK_DIR ?= Files/FFmpegKit/Frameworks
1515
FFMPEGKIT_FRAMEWORKS = ffmpegkit libavcodec libavdevice libavfilter libavformat libavutil libswresample libswscale
1616

@@ -28,4 +28,4 @@ after-stage::
2828
rsync -a "$(FFMPEGKIT_FRAMEWORK_DIR)/" "$(THEOS_STAGING_DIR)/Library/Application Support/YouMod.bundle/Frameworks/"
2929
endif
3030

31-
include $(THEOS_MAKE_PATH)/tweak.mk
31+
include $(THEOS_MAKE_PATH)/tweak.mk

0 commit comments

Comments
 (0)