Skip to content

Commit ba96614

Browse files
committed
Update paths in update_constants script
Signed-off-by: Nikola Forró <[email protected]>
1 parent 650bd33 commit ba96614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/update_constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
import click
1111
from extract import extract_arches, extract_sections, extract_tags
1212

13-
SECTIONS_SOURCE = Path("build/parseSpec.c")
14-
TAGS_SOURCE = Path("build/parsePreamble.c")
13+
SECTIONS_SOURCE = Path("build/parseSpec.cc")
14+
TAGS_SOURCE = Path("build/parsePreamble.cc")
1515
ARCHES_SOURCE = Path("rpmrc.in")
1616

1717

0 commit comments

Comments
 (0)