RENAME TO FOLDER

This commit is contained in:
Abdullah Sarwar
2025-11-26 02:42:58 +05:00
parent e2e1c7626d
commit e6177501ad
6 changed files with 1 additions and 3 deletions

View File

@ -418,7 +418,7 @@ def main():
target_os, target_arch = parse_target(args.target)
script_dir = Path(__file__).parent.resolve()
dll_source_dir = script_dir / 'DLL'
dll_source_dir = script_dir / 'DEPENDENCIES'
MODULE_DLLS = {
'MODULE/ctrlvamp.nim': {'pcre64DllData_b64': 'pcre64.dll'},