Match and link synthmacros, update musyx

This commit is contained in:
Phillip Stephens
2024-04-24 21:27:01 -07:00
parent 0aac17ba44
commit 530b4540f0
5 changed files with 5 additions and 4 deletions
Regular → Executable
+1
View File
@@ -20,6 +20,7 @@ src_dir = os.path.join(root_dir, "src")
include_dirs = [
os.path.join(root_dir, "include"),
os.path.join(root_dir, "libc"),
os.path.join(root_dir, "extern/musyx/include")
]
include_pattern = re.compile(r'^#include\s*[<"](.+?)[>"]$')