Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/go/acestep-cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ JOBS?=$(shell nproc --ignore=1)

# acestep.cpp version
ACESTEP_REPO?=https://github.com/ace-step/acestep.cpp
ACESTEP_CPP_VERSION?=ab020a9aefcd364423e0665da12babc6b0c7b507
ACESTEP_CPP_VERSION?=7326a7bea0c2037982ec924f7364e998df70450c
SO_TARGET?=libgoacestepcpp.so

CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF
Expand Down
Loading