Skip to content

Commit

Permalink
delete procps
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Aug 8, 2024
1 parent 9a11e39 commit 439a333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmultiversx/src/kmultiversx/kdist/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def ccopts(plugin_dir: Path) -> list[str]:
f"-I{plugin_dir / 'libff/include'}",
str(plugin_dir / 'plugin-c/crypto.cpp'),
str(plugin_dir / 'plugin-c/plugin_util.cpp'),
] + (['-lprocps'] if sys.platform == 'linux' else [])
]


return KompileTarget(
Expand Down

0 comments on commit 439a333

Please sign in to comment.