Skip to content

Commit 6ca6622

Browse files
Do not enable the now missing daita feature in build.sh
1 parent 67fe448 commit 6ca6622

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sh

-5
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ else
162162
CARGO_ARGS+=(--features api-override)
163163
fi
164164

165-
# Enable DAITA on supported platforms
166-
if [[ "$(uname -s)" == "MINGW"* || "$(uname -s)" == "Linux" ]]; then
167-
CARGO_ARGS+=(--features daita)
168-
fi
169-
170165
# Make Windows builds include a manifest in the daemon binary declaring it must
171166
# be run as admin.
172167
if [[ "$(uname -s)" == "MINGW"* ]]; then

0 commit comments

Comments
 (0)