fix path to local libog dirs
This commit is contained in:
parent
29a6a9df04
commit
1637d93297
@ -44,5 +44,5 @@ VERSION=\"1.1.1\"
|
||||
|
||||
CONFIG_CFLAGS=-D_GNU_SOURCE -DHAVE_INTTYPES_H -DHAVE_WCSDUP -DHAVE_WCSCASECMP -DFLAC__HAS_OGG
|
||||
|
||||
OGG_INCLUDE_DIR=$(HOME)/local.ogg/include
|
||||
OGG_LIB_DIR=$(HOME)/local.ogg/lib
|
||||
OGG_INCLUDE_DIR=$(HOME)/local/include
|
||||
OGG_LIB_DIR=$(HOME)/local/lib
|
||||
|
Loading…
Reference in New Issue
Block a user