Skip to content

Commit 554d541

Browse files
Update Makefile
1 parent c7696d9 commit 554d541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ UNAME_M := $(shell uname -m)
88
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
99
CC_IS_CLANG := $(shell $(CC) --version | grep -q clang && echo true || echo false)
1010

11-
PACKAGES := capstone freetype2 glfw3 libavcodec libavformat libavutil libswresample libuv zlib libcurl luajit fmt md4c libluv
11+
PACKAGES := capstone freetype2 glfw3 libavcodec libavformat libavutil libswresample libuv zlib libcurl
1212

1313
LOCALES := el es_ES fr ja pt_BR uk zh_CN
1414

0 commit comments

Comments
 (0)