fixed a typo which caused a circular definition error (in the trunk)
This commit is contained in:
parent
3a9f82a9a7
commit
b3f1742c9e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ STUDIO_AUDIO_CUE = "@STUDIO_AUDIO_CUE@"
|
|||
|
||||
|
||||
export LD_LIBRARY_PATH:=${prefix}/lib:${LD_LIBRARY_PATH}
|
||||
export PKG_CONFIG_PATH=${prefix}/lib/pkgconfig:${PKG_CONFIG_PATH}
|
||||
export PKG_CONFIG_PATH:=${prefix}/lib/pkgconfig:${PKG_CONFIG_PATH}
|
||||
|
||||
DEBUG = @DEBUG@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue