Skip to content

Commit 1857e01

Browse files
authored
Codefix 41d5cd4: standalone build references non existing files (#397)
1 parent 1b86893 commit 1857e01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nmlc.spec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ a = Analysis(['nmlc'],
77
pathex=['.'],
88
binaries=[('./nml_lz77.*.pyd', '.')],
99
datas=[],
10-
hiddenimports=[
11-
'nml.generated.lextab',
12-
'nml.generated.parsetab'
13-
],
10+
hiddenimports=[],
1411
hookspath=[],
1512
runtime_hooks=[],
1613
excludes=[],

0 commit comments

Comments
 (0)