Skip to content

Commit

Permalink
Build: don't build zydis examples & doc
Browse files Browse the repository at this point in the history
This unnecessarily introduced Python as a build dependency.
  • Loading branch information
athre0z committed Feb 11, 2024
1 parent 9b86c04 commit e890e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ fn build_library() {
config
.define("ZYDIS_BUILD_EXAMPLES", "OFF")
.define("ZYDIS_BUILD_TOOLS", "OFF")
.define("ZYDIS_BUILD_TESTS", "OFF")
.define("ZYDIS_BUILD_DOXYGEN", "OFF")
.define("ZYDIS_FEATURE_DECODER", "ON");

config.define(
Expand Down

0 comments on commit e890e18

Please sign in to comment.