Skip to content

Commit

Permalink
Fixed build dependencies after AtomVM change to components.
Browse files Browse the repository at this point in the history
  • Loading branch information
fadushin committed Sep 25, 2022
1 parent 1650eed commit fede20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(ATOMVM_NEOPIXEL_COMPONENT_SRCS
idf_component_register(
SRCS ${ATOMVM_NEOPIXEL_COMPONENT_SRCS}
INCLUDE_DIRS "nifs/include"
PRIV_REQUIRES "libatomvm" "main" "driver"
PRIV_REQUIRES "libatomvm" "avm_sys" "driver"
)

idf_build_set_property(
Expand Down
2 changes: 1 addition & 1 deletion component.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMPONENT_ADD_INCLUDEDIRS := nifs/include ../../main
COMPONENT_ADD_INCLUDEDIRS := nifs/include
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
COMPONENT_SRCDIRS := nifs
CXXFLAGS += -fno-rtti

0 comments on commit fede20d

Please sign in to comment.