diff options
author | wsnipex <wsnipex@a1.net> | 2013-08-04 17:35:13 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2013-09-17 10:40:43 +0200 |
commit | b282ac4dde72a18654b9d73fee5b02b85238c180 (patch) | |
tree | 5ea75a4a7cd2f8036beb2a592c51d8663f0d1063 /tools/buildsteps/linux64 | |
parent | 528b47e7db009356f3355021801223c600e0e058 (diff) |
[buildsteps] fix linux64 build
Diffstat (limited to 'tools/buildsteps/linux64')
-rwxr-xr-x | tools/buildsteps/linux64/configure-xbmc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/linux64/configure-xbmc b/tools/buildsteps/linux64/configure-xbmc index 38a5e2d862..ad509b42aa 100755 --- a/tools/buildsteps/linux64/configure-xbmc +++ b/tools/buildsteps/linux64/configure-xbmc @@ -2,4 +2,4 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )} XBMC_PLATFORM_DIR=linux64 . $WORKSPACE/tools/buildsteps/defaultenv -cd $WORKSPACE/;./configure +make -C $WORKSPACE/tools/depends/target/xbmc |