Skip to content

Commit

Permalink
editors/bee-host: remove the dependency on Python
Browse files Browse the repository at this point in the history
It was just there for a simple test.
  • Loading branch information
thierry-FreeBSD committed Aug 12, 2022
1 parent dee8b2e commit cfd1e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/bee-host/Makefile
Expand Up @@ -12,7 +12,7 @@ LIB_DEPENDS= libcjson.so:devel/libcjson
USE_GITHUB= yes
GH_ACCOUNT= rosmanov

USES= cmake:noninja localbase:ldflags python shebangfix
USES= cmake:noninja localbase:ldflags shebangfix
SHEBANG_GLOB= *.sh
LDFLAGS+= -lcjson -lcjson_utils
CMAKE_ARGS= -DCMAKE_DOC_DIR:PATH=${DOCSDIR_REL}
Expand Down

0 comments on commit cfd1e07

Please sign in to comment.