Also copy glib_compat and samples
This commit is contained in:
@@ -60,6 +60,9 @@ def copy_sources():
|
|||||||
shutil.copytree(os.path.join(ROOT_DIR, '../../include'), os.path.join(SRC_DIR, 'include/'))
|
shutil.copytree(os.path.join(ROOT_DIR, '../../include'), os.path.join(SRC_DIR, 'include/'))
|
||||||
# make -> configure -> clean -> clean tests fails unless tests is present
|
# make -> configure -> clean -> clean tests fails unless tests is present
|
||||||
shutil.copytree(os.path.join(ROOT_DIR, '../../tests'), os.path.join(SRC_DIR, 'tests/'))
|
shutil.copytree(os.path.join(ROOT_DIR, '../../tests'), os.path.join(SRC_DIR, 'tests/'))
|
||||||
|
shutil.copytree(os.path.join(ROOT_DIR, '../../samples'), os.path.join(SRC_DIR, 'samples/'))
|
||||||
|
shutil.copytree(os.path.join(ROOT_DIR, '../../glib_compat'), os.path.join(SRC_DIR, 'glib_compat/'))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# remove site-specific configuration file
|
# remove site-specific configuration file
|
||||||
# might not exist
|
# might not exist
|
||||||
|
|||||||
Reference in New Issue
Block a user