mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fixed typo in new FLAC include path (nw)
This commit is contained in:
parent
3663ef3e42
commit
12644da60f
@ -389,7 +389,7 @@ $(OBJ)/libflac.a: $(LIBFLACOBJS)
|
||||
|
||||
$(LIBOBJ)/libflac/%.o: $(LIBSRC)/libflac/libFLAC/%.c | $(OSPREBUILD)
|
||||
@echo Compiling $<...
|
||||
$(CC) $(CDEFS) $(CONLYFLAGS) $(CCOMFLAGS) $(FLACOPTS) -I$(LIBSRC)/libflac/include -I$(LIBSRC)/libflac/LIBFLAC/include -c $< -o $@
|
||||
$(CC) $(CDEFS) $(CONLYFLAGS) $(CCOMFLAGS) $(FLACOPTS) -I$(LIBSRC)/libflac/include -I$(LIBSRC)/libflac/libFLAC/include -c $< -o $@
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user