Skip to content

Commit

Permalink
Build and install python deps at the same time
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 21, 2024
1 parent 1019f7c commit 590f082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dpf/utils/lv2_ttl_generator$(APP_EXT):
$(MAKE) -C dpf/utils/lv2-ttl-generator

hvcc/build/bin/hvcc:
cd hvcc && python3 setup.py build
cd hvcc && python3 -m pip install -r requirements.txt

# ---------------------------------------------------------------------------------------------------------------------
# cleanup
Expand Down

0 comments on commit 590f082

Please sign in to comment.