diff options
author | José Fonseca <[email protected]> | 2009-08-10 16:12:51 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:29 +0100 |
commit | 50d77141e8fc884396a1a143d40b4be7a1513a2f (patch) | |
tree | f852d2dbd97e44ed3d8804c85303bceddf9fd972 /src | |
parent | 81644f63159da8a8b010c891cfa5eba9c074b4b2 (diff) |
llvmpipe: Fix typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/README b/src/gallium/drivers/llvmpipe/README index 41e83403f92..afa9cbaf3ee 100644 --- a/src/gallium/drivers/llvmpipe/README +++ b/src/gallium/drivers/llvmpipe/README @@ -46,8 +46,8 @@ Using Building will create a drop-in alternative for libGL.so. To use it set the environment variables: - export LD_LIRBARY_PATH=$PWD/build/linux-x86-debug/lib:$LD_LIRBARY_PATH - export LD_LIRBARY_PATH=$PWD/build/linux-x86_64-debug/lib:$LD_LIRBARY_PATH + export LD_LIBRARY_PATH=$PWD/build/linux-x86-debug/lib:$LD_LIBRARY_PATH + export LD_LIBRARY_PATH=$PWD/build/linux-x86_64-debug/lib:$LD_LIBRARY_PATH Unit testing |