mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
Fix the Posix port demo libpcap lib linking order issue in staic linking for WSL. (#251)
This commit is contained in:
parent
27d341e5ab
commit
8ada8156e0
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ${BIN} : $(BUILD_DIR)/$(BIN)
|
|||
|
||||
${BUILD_DIR}/${BIN} : ${OBJ_FILES}
|
||||
-mkdir -p ${@D}
|
||||
$(CC) $(CFLAGS) $(INCLUDE_DIRS) ${LDFLAGS} $^ -o $@
|
||||
$(CC) $^ $(CFLAGS) $(INCLUDE_DIRS) ${LDFLAGS} -o $@
|
||||
|
||||
|
||||
-include ${DEP_FILE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue