mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
update Makefile.lite system to work on x86_64 linux
This commit is contained in:
@@ -26,7 +26,7 @@ PROGRAM_NAME = example_cpp_encode_file
|
||||
|
||||
INCLUDES = -I$(topdir)/include
|
||||
|
||||
ifeq ($(DARWIN_BUILD),yes)
|
||||
ifeq ($(OS),Darwin)
|
||||
EXPLICIT_LIBS = $(libdir)/libFLAC++.a $(libdir)/libFLAC.a $(OGG_LIB_DIR)/libogg.a -lm
|
||||
else
|
||||
LIBS = -lFLAC++ -lFLAC -L$(OGG_LIB_DIR) -logg -lm
|
||||
|
||||
Reference in New Issue
Block a user