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:
@@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
topdir = ../../../..
|
||||
libdir = $(topdir)/obj/$(BUILD)/lib
|
||||
libdir = $(topdir)/objs/$(BUILD)/lib
|
||||
|
||||
PROGRAM_NAME = example_cpp_encode_file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user