-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On Linux and macOS, the single constant `JLINK_SDK_NAME` has been used internally by the pylink Library class as both: 1. The library name parameter for the ctypes API find_library() 2. The library file name prefix when searching the filesystem for the JLink DLL in `find_library_{linux,darwin}()`. To fix the call to `find_library(JLINK_SDK_NAME)`, the PR #132: 1. Sets `JLINK_SDK_NAME` to `'jlinkarm'` 2. Moves the file name prefix semantic to the constant `JLINK_SDK_STARTS_WITH` with value `'libjlinkarm'`
- Loading branch information
Showing
2 changed files
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters