Skip to content

Commit

Permalink
FIX: change in order for the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiss3003 committed Aug 8, 2024
1 parent 8333a93 commit 4f53186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Make/gcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ ARCH=x86_$(shell getconf LONG_BIT)

LFLAGS = \
../../libjson/libjson.a \
../../opensea-parser/Make/$(TOOL_CHAIN)/$(LIB_FILE_OUTPUT_DIR)/libopensea-parser.a \
../../opensea-common/Make/$(TOOL_CHAIN)/$(LIB_FILE_OUTPUT_DIR)/libopensea-common.a \
../../opensea-parser/Make/$(TOOL_CHAIN)/$(LIB_FILE_OUTPUT_DIR)/libopensea-parser.a


INC_DIR= \
-I../../utils/include \
Expand Down

0 comments on commit 4f53186

Please sign in to comment.