Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Sep 3, 2024
1 parent f3c1082 commit 4625c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ifeq ($(TARGET_OS),windows)
ARCHIVE ?= zip
TARGET := mklittlefs.exe
TARGET_CFLAGS = -mno-ms-bitfields
TARGET_LDFLAGS = -Wl,-static -Wl,-static-libgcc -Wl,-static-libstdc++
TARGET_LDFLAGS = -Wl,-static -Wl,--static-libgcc -Wl,--static-libstdc++
else
ARCHIVE ?= tar
TARGET := mklittlefs
Expand Down

0 comments on commit 4625c5d

Please sign in to comment.