Skip to content

Commit

Permalink
Disable zstd module for now, zstd in ports is incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
kmosiejczuk committed Feb 7, 2021
1 parent 01a8cff commit 0ab754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/build-bindings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This script is included in /config/build-definitions.xml.
<property name="binding.vulkan" value="true"/>
<property name="binding.xxhash" value="true"/>
<property name="binding.yoga" value="true"/>
<property name="binding.zstd" value="true"/>
<property name="binding.zstd" value="false"/>

<!-- TODO: automate -->
<property name="java-only.binding.cuda" value="true"/>
Expand Down

0 comments on commit 0ab754a

Please sign in to comment.