Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Feb 8, 2023
1 parent 8054bff commit 8cf009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/django/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Build and install project (using current CFLAGS, CXXFLAGS). This is required
# for projects with C extensions so that they're built with the proper flags.
pip3 install .
python3.10 -m pip3 install .

export DJANGO_SETTINGS_MODULE=fuzzer_project.settings

Expand Down

0 comments on commit 8cf009a

Please sign in to comment.