Skip to content

Commit

Permalink
Fix build for old linux systems
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 f680299 commit 6f61341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ dpf/utils/lv2_ttl_generator$(APP_EXT):
$(MAKE) -C dpf/utils/lv2-ttl-generator

hvcc/build/bin/hvcc:
cd hvcc && python3 -m pip install --isolated --no-cache-dir --no-input -q -r requirements.txt
cd hvcc && \
python3 -m pip install --isolated --no-cache-dir --no-input -q -r requirements.txt && \
python3 setup.py build

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

0 comments on commit 6f61341

Please sign in to comment.