Skip to content

Commit

Permalink
do precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Mar 8, 2024
1 parent 1645256 commit aaa7d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffmpeg/scripts/parse_c/pre_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def precompile() -> None:
os.chdir(source_folder)

if not os.path.exists("config_components.h"):
os.system("./configure")
assert os.system("./configure")

with open("config_components.h") as f:
text = f.read()
Expand Down

0 comments on commit aaa7d3f

Please sign in to comment.