Skip to content

Commit 3ea1261

Browse files
committed
updated readme
1 parent c75ad4f commit 3ea1261

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,11 @@ MSVC:
190190
```
191191
set PYTHON_HACKRF_CFLAGS=/I"{path to .h file directory}"
192192
set PYTHON_HACKRF_LDFLAGS=/LIBPATH:"{path to .dll and .lib file directory}" hackrf.lib
193+
set HACKRF_LIB_DIR="{path to .dll and .lib file directory}"
193194
```
194195
MinGW:
195196
```
196197
set PYTHON_HACKRF_CFLAGS=-I"{path to .h file directory}"
197198
set PYTHON_HACKRF_LDFLAGS=-L"{path to .dll and .a file directory}" -lhackrf'
198-
```
199+
set HACKRF_LIB_DIR="{path to .dll and .lib file directory}"
200+
```

0 commit comments

Comments
 (0)