We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dadbb commit 9dd7d53Copy full SHA for 9dd7d53
cmake/dependencies.cmake
@@ -53,7 +53,7 @@ if(NOT USE_SYSTEM_MKSQUASHFS)
53
54
ExternalProject_Add(mksquashfs
55
GIT_REPOSITORY https://github.com/plougher/squashfs-tools/
56
- GIT_TAG 4.4
+ GIT_TAG 4.5
57
UPDATE_COMMAND "" # Make sure CMake won't try to fetch updates unnecessarily and hence rebuild the dependency every time
58
CONFIGURE_COMMAND ${SED} -i "s|CFLAGS += -DXZ_SUPPORT|CFLAGS += ${mksquashfs_cflags}|g" <SOURCE_DIR>/squashfs-tools/Makefile
59
COMMAND ${SED} -i "s|LIBS += -llzma|LIBS += -Bstatic ${mksquashfs_ldflags}|g" <SOURCE_DIR>/squashfs-tools/Makefile
0 commit comments