Browse Source

Update: Makefile

satoshi yoneda 6 years ago
parent
commit
4954798b00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/extractCoverArt/Makefile

+ 1 - 1
libs/extractCoverArt/Makefile

@@ -9,7 +9,7 @@ CXX      = g++
 CXXFLAGS = -O2
 LIBS     = -ltag
 
-PREFIX   = /usr/local
+PREFIX   := /usr/local
 
 $(PROGRAM): $(OBJS)
 	$(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS)