mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
add missing regexp support to pbd/wscript
This commit is contained in:
parent
91b9d6c063
commit
63b3d06fd7
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ from waflib import Options
|
||||||
from waflib import TaskGen
|
from waflib import TaskGen
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
import re
|
||||||
|
|
||||||
# Version of this package (even if built as a child)
|
# Version of this package (even if built as a child)
|
||||||
MAJOR = '4'
|
MAJOR = '4'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue