Skip to content
Snippets Groups Projects
Commit 6f992422 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Use XPDEV_CFLAGS when building.

Fixes at least an snprintf() issue on macOS, and likely many other
things.  It's actually surprising this builds without it to be honest.
parent 81a2cd7a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ SRC_ROOT = ..
# Cross platform/compiler definitions
include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules
CFLAGS += -I$(XPDEV_SRC) $(ENCODE_CFLAGS) $(HASH_CFLAGS)
CFLAGS += -I$(XPDEV_SRC) $(ENCODE_CFLAGS) $(HASH_CFLAGS) $(XPDEV_CFLAGS)
# SMBLIB Library Link Rule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment