[vlc-commits] mac build script: fix typo

Felix Paul Kühne git at videolan.org
Mon Jan 6 17:05:58 CET 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan  6 17:05:47 2014 +0100| [7aaa8fada77dc76169cbb59af1f7f7597d987e84] | committer: Felix Paul Kühne

mac build script: fix typo

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=7aaa8fada77dc76169cbb59af1f7f7597d987e84
---

 extras/macosx/build-plugin.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/macosx/build-plugin.sh b/extras/macosx/build-plugin.sh
index 94c4b09..d666c49 100755
--- a/extras/macosx/build-plugin.sh
+++ b/extras/macosx/build-plugin.sh
@@ -90,7 +90,7 @@ export OBJC="xcrun clang"
 export OBJCXX="xcrun clang++"
 export CFLAGS="-isysroot ${SDKROOT} -mmacosx-version-min=${MINIMAL_OSX_VERSION}"
 export PATH="${npapiroot}/extras/macosx/vlc/extras/tools/build/bin:${npapiroot}/extras/macosx/vlc/contrib/${ARCH}-apple-darwin10/bin:$PATH"
-export PKG_CONFIG_PATH="${npapiroot}/extras/macosx/vlc/${$ARCH}-install/lib/pkgconfig"
+export PKG_CONFIG_PATH="${npapiroot}/extras/macosx/vlc/${ARCH}-install/lib/pkgconfig"
 
 spushd ${npapiroot}
 



More information about the vlc-commits mailing list