Skip to content
Snippets Groups Projects
Commit 2951994b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Linux needs strlcpy() defined in xpdev

parent 23a82123
Branches
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -331,6 +331,9 @@ ifeq ($(os),darwin) ...@@ -331,6 +331,9 @@ ifeq ($(os),darwin)
CFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION) CFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION) LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
endif endif
ifeq ($(os),linux) # Linux
CFLAGS += -DNEEDS_STRLCPY
endif
# PThread-specific flags # PThread-specific flags
ifeq ($(os),linux) # Linux ifeq ($(os),linux) # Linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment