mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
topdir = ../../..
|
||||
libdir = $(topdir)/obj/$(BUILD)/lib
|
||||
libdir = $(topdir)/objs/$(BUILD)/lib
|
||||
|
||||
ifeq ($(OS),Darwin)
|
||||
EXPLICIT_LIBS = $(libdir)/libFLAC.a $(libdir)/libreplaygain_analysis.a $(OGG_EXPLICIT_LIBS) -lm
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
topdir = ../../..
|
||||
libdir = $(topdir)/obj/$(BUILD)/lib
|
||||
libdir = $(topdir)/objs/$(BUILD)/lib
|
||||
|
||||
LIB_NAME = libutf8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user