aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-04-22 13:26:42 +0200
committerLoïc Hoguin <[email protected]>2020-04-22 13:26:42 +0200
commit3a91fb837ba0e8bfa3a4cb898881650d22fca7b9 (patch)
tree9059bf88dff171daa5e22d75b60adc6291c6730c
parent030208c56e5fb09f9d90ce727f327369db610321 (diff)
downloadnif_helpers-3a91fb837ba0e8bfa3a4cb898881650d22fca7b9.tar.gz
nif_helpers-3a91fb837ba0e8bfa3a4cb898881650d22fca7b9.tar.bz2
nif_helpers-3a91fb837ba0e8bfa3a4cb898881650d22fca7b9.zip
Fix Make warning on Windows
-rw-r--r--plugins.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.mk b/plugins.mk
index 56903d7..79b6b47 100644
--- a/plugins.mk
+++ b/plugins.mk
@@ -4,7 +4,7 @@ SOURCES += $(THIS)nif_helpers.c
$(C_SRC_OUTPUT_FILE): $(THIS)nif_helpers.o
ifeq ($(PLATFORM),msys2)
- CFLAGS += -I"$(THIS)/compat/"
+CFLAGS += -I"$(THIS)/compat/"
endif
CFLAGS += -I"$(THIS)"