Explorar o código

app_lua: fixed assignments for Makefile vars

Daniel-Constantin Mierla %!s(int64=14) %!d(string=hai) anos
pai
achega
1d4f8bbf2e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      modules/app_lua/Makefile

+ 2 - 2
modules/app_lua/Makefile

@@ -33,12 +33,12 @@ ifeq ($(BUILDER),)
 				LIBS= -llua5.1
 			endif
 		else
-			DEFS+ = $(shell pkg-config --cflags lua)
+			DEFS+= $(shell pkg-config --cflags lua)
 			LIBS = $(shell pkg-config --libs lua)
 		endif
 	endif
 else
-	DEFS+ = $(shell lua-config --include)
+	DEFS+= $(shell lua-config --include)
 	LIBS = $(shell lua-config --libs)
 endif