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.
zlib1g-dev
linux_ubuntu_7_10
1 parent a0be497 commit 957829cCopy full SHA for 957829c
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
docker start u710
75
- name: restore
76
run: |
77
- docker exec u710 sh -c 'pwd && ls -al && apt-get update && apt-get -y --no-install-recommends install make g++'
+ docker exec u710 sh -c 'pwd && ls -al && apt-get update && apt-get -y --no-install-recommends install make g++ zlib1g-dev'
78
- name: build
79
80
docker exec u710 sh -c 'make -f gcc4.mk'
gcc4.mk
@@ -11,7 +11,7 @@ OBJS := \
11
$(BUILD_DIR)/kaitaistream.o \
12
$(BUILD_DIR)/unittest.o
13
14
-DEFINES := -DKS_STR_ENCODING_ICONV -DGTEST_NANO
+DEFINES := -DKS_STR_ENCODING_ICONV -DKS_ZLIB -DGTEST_NANO
15
16
LDFLAGS :=
17
LDLIBS :=
0 commit comments