mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 09:35:46 +01:00
add libarchive to the dependencies.
library for handling archives, like gzip, xz, zstd, et cetera. This'll be crucial later on.
This commit is contained in:
4
makefile
4
makefile
@@ -63,8 +63,8 @@ $(error neither VCPKG_ROOT nor pkg-config were available!)
|
||||
endif
|
||||
|
||||
# use pkg-config to set the include and linker information
|
||||
CFLAGS += $(shell pkg-config --cflags glfw3)
|
||||
LDFLAGS += $(shell pkg-config --libs glfw3)
|
||||
CFLAGS += $(shell pkg-config --cflags glfw3 libarchive)
|
||||
LDFLAGS += $(shell pkg-config --libs glfw3 libarchive)
|
||||
|
||||
# windows specific handling
|
||||
ifeq ($(ISWIN),1)
|
||||
|
||||
Reference in New Issue
Block a user