We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e69403 commit 8c214d2Copy full SHA for 8c214d2
Dockerfile
@@ -6,7 +6,7 @@ RUN apk add --no-cache cmake ninja gcc musl-dev python3-dev pkgconfig
6
7
COPY . /pocketsphinx
8
WORKDIR /pocketsphinx
9
-RUN cmake -S . -B build -G Ninja && cmake --build build --target install
+RUN cmake -S . -B build -DBUILD_SHARED_LIBS=ON -G Ninja && cmake --build build --target install
10
# Cannot use --build-option because pip sucks
11
RUN CMAKE_ARGS="-DUSE_INSTALLED_POCKETSPHINX=ON" pip wheel -v .
12
0 commit comments