mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 01:26:19 +03:00
One more try to debug macOS build for SWIG
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -218,7 +218,7 @@ jobs:
|
||||
run: >-
|
||||
cmake
|
||||
-D CMAKE_C_FLAGS=-I/usr/local/include
|
||||
-D CMAKE_EXE_LINKER_FLAGS="-L/usr/local/Cellar /usr/local/Frameworks/Python.framework/Versions/3.12/lib/libpython3.12.dylib"
|
||||
-D CMAKE_EXE_LINKER_FLAGS="-L/usr/local/Cellar -framework Python"
|
||||
-D DEBUG_CMAKE=1
|
||||
-D CMAKE_VERBOSE_MAKEFILE=1
|
||||
-D CMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
|
||||
Reference in New Issue
Block a user