Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Merge branch 'bugfix/idf_as_lib_build_on_macos' into 'master'
Browse files Browse the repository at this point in the history
examples: fix idf as library example build on macOS

See merge request espressif/esp-idf!6638
  • Loading branch information
igrr committed Nov 18, 2019
2 parents f59170f + 705e418 commit a0aab66
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ add_library(stub_esp32 STATIC system_api.c flash_ops.c cpu_start.c)
target_include_directories(stub_esp32 PUBLIC .)
add_library(stub::esp32 ALIAS stub_esp32)

target_link_libraries(stub_esp32 "-u app_main")
target_link_libraries(stub_esp32 stub::spi_flash)

0 comments on commit a0aab66

Please sign in to comment.