Skip to content
Snippets Groups Projects
Commit 13b13d99 authored by Jinmo's avatar Jinmo Committed by Nguyen Anh Quynh
Browse files

add suite/ directory for suite/fuzz, fix python build (#414)

parent d49b6fa4
Branches
Tags
No related merge requests found
......@@ -49,6 +49,7 @@ def copy_sources():
dir_util.copy_tree("../../llvm", "src/llvm/")
dir_util.copy_tree("../../include", "src/include/")
dir_util.copy_tree("../../suite", "src/suite")
src.extend(glob.glob("../../*.h"))
src.extend(glob.glob("../../*.cpp"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment