Skip to content

Commit 52f4a3d

Browse files
committed
Update setup.py
1 parent fdd3b18 commit 52f4a3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
dbr_lib_name = 'DBRx64'
3030
dbr_lib_dir = r'c:\Program Files (x86)\Dynamsoft\Barcode Reader 7.2.2\Components\C_C++\Lib'
3131
dbr_dll = r'c:\Program Files (x86)\Dynamsoft\Barcode Reader 7.2.2\Components\C_C++\Redist\x64'
32-
# dbr_lib_dir = r'..\Lib'
33-
# dbr_dll = r'..\bin'
3432

3533
if sys.platform == "linux" or sys.platform == "linux2":
3634
ext_args = dict(

0 commit comments

Comments
 (0)