mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-07-23 01:45:21 +03:00
Merge pull request #1576 from mcuee/mingw_readline_test
Add GNU readline to mingw github action
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -271,6 +271,9 @@ jobs:
|
||||
mingw-w64-${{matrix.env}}-hidapi
|
||||
mingw-w64-${{matrix.env}}-libftdi
|
||||
mingw-w64-${{matrix.env}}-libserialport
|
||||
mingw-w64-${{matrix.env}}-readline
|
||||
mingw-w64-${{matrix.env}}-ncurses
|
||||
mingw-w64-${{matrix.env}}-termcap
|
||||
- name: Configure
|
||||
run: >-
|
||||
cmake
|
||||
|
||||
@@ -311,6 +311,10 @@ add_executable(avrdude
|
||||
|
||||
target_link_libraries(avrdude PUBLIC libavrdude)
|
||||
|
||||
if(MINGW)
|
||||
target_link_options(avrdude PRIVATE -static)
|
||||
endif()
|
||||
|
||||
# =====================================
|
||||
# Install
|
||||
# =====================================
|
||||
|
||||
Reference in New Issue
Block a user