Skip to content

Commit

Permalink
Damn juce
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Jun 15, 2024
1 parent da85291 commit 4dba784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ before-build = [
"yum localinstall -y lcov-2.0-1.noarch.rpm",
"yum localinstall -y perl-JSON-XS-3.01-2.el7.x86_64.rpm",
"sed -i \"s/use JSON::PP/use JSON::XS/g\" /usr/bin/geninfo",
"ln -s /usr/include/freetype2/ft2build.h /usr/include/ft2build.h"
"ln -s /usr/include/freetype2/ft2build.h /usr/include/ft2build.h",
"ln -s /usr/include/freetype2/freetype /usr/include/freetype"
]
test-command = [
"xvfb-run -a -s \"-screen 0 1024x768x24\" pytest -s {project}/tests"
Expand Down

0 comments on commit 4dba784

Please sign in to comment.