We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd3b18 commit 52f4a3dCopy full SHA for 52f4a3d
1 file changed
src/setup.py
@@ -29,8 +29,6 @@
29
dbr_lib_name = 'DBRx64'
30
dbr_lib_dir = r'c:\Program Files (x86)\Dynamsoft\Barcode Reader 7.2.2\Components\C_C++\Lib'
31
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'
34
35
if sys.platform == "linux" or sys.platform == "linux2":
36
ext_args = dict(
0 commit comments