Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 77e2e69

Browse files
authored
Merge branch 'master' into master
2 parents bde21ef + 7007fe2 commit 77e2e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrfutil.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (sys.platform == "win32"):
1717
module_ant = importlib.import_module('antlib')
1818
mod_dir_ant = os.path.dirname(module_ant.__file__)
1919
shlib_dir_ant = os.path.abspath(mod_dir_ant)
20-
datas.append((shlib_dir_ant, '.'))
20+
datas.append((shlib_dir_ant, 'antlib'))
2121

2222
nrfutil_path = os.path.dirname(os.path.abspath(SPEC))
2323
datas.append((os.path.join(nrfutil_path, "libusb", "x64", "libusb-1.0.dylib"), os.path.join("libusb", "x64")))

0 commit comments

Comments
 (0)