mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
znc-buildmod: output where the module was written to
This commit is contained in:
@@ -89,6 +89,7 @@ with tempfile.TemporaryDirectory() as cmdir:
|
||||
subprocess.check_call(['cmake', '--build', '.'], cwd=build)
|
||||
|
||||
for so in glob.iglob(os.path.join(build, '*.so')):
|
||||
print('Writing {}'.format(os.path.join(os.getcwd(), os.path.basename(so))))
|
||||
try:
|
||||
os.remove(os.path.basename(so))
|
||||
except OSError:
|
||||
|
||||
Reference in New Issue
Block a user