summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9f452fa0089..08734fd081a 100644
--- a/makefile
+++ b/makefile
@@ -639,7 +639,8 @@ default: maketree buildtools emulator
all: default tools
-FLAC_LIB = $(OBJ)/libflac.a $(OBJ)/libflac++.a
+FLAC_LIB = $(OBJ)/libflac.a
+# $(OBJ)/libflac++.a
#-------------------------------------------------