Explorar o código

Fix recursive variable in makefile on macOS

Mikkel Hjortshøj %!s(int64=6) %!d(string=hai) anos
pai
achega
7343f0c7ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -6,7 +6,7 @@ CC=clang
 OS=$(shell uname)
 
 ifeq ($(OS), Darwin)
-	LDFLAGS=$(LDFLAGS) -liconv
+	LDFLAGS:=$(LDFLAGS) -liconv
 endif
 
 all: debug demo