Windows entry uneeded if J2534 library is found in registry

This commit is contained in:
Dale Schultz 2022-03-05 20:12:12 -05:00
parent 834d715c00
commit 7adf23edd3
No known key found for this signature in database
GPG Key ID: EA2C8AD6CB5C2AF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
# names containing a path separator are treated as absolute paths
# names not containing a path separator are expected to be in the java.library.path directory
# Windows path separators must be escaped (\\) or changed to /
windows=j2534.dll
windows=
linux=j2534.so ; /usr/local/lib/j2534.so ; j2534.dylib ; /usr/local/lib/j2534.dylib