mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-22 16:54:27 +01:00
[meta] Fix opt_strip in package-native.sh
This commit is contained in:
parent
be9687f396
commit
fc3d04c1c9
@ -55,12 +55,13 @@ function build_arch {
|
|||||||
opt_strip=--strip
|
opt_strip=--strip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CC="$CC -m$1" CXX="$CXX -m$1" meson \
|
CC="$CC -m$1" CXX="$CXX -m$1" meson \
|
||||||
--buildtype "release" \
|
--buildtype "release" \
|
||||||
--prefix "$DXVK_BUILD_DIR/usr" \
|
--prefix "$DXVK_BUILD_DIR/usr" \
|
||||||
--bindir "$2" \
|
$opt_strip \
|
||||||
--libdir "$2" \
|
--bindir "$2" \
|
||||||
-Dbuild_id=$opt_buildid \
|
--libdir "$2" \
|
||||||
|
-Dbuild_id=$opt_buildid \
|
||||||
"$DXVK_BUILD_DIR/build.$1"
|
"$DXVK_BUILD_DIR/build.$1"
|
||||||
|
|
||||||
cd "$DXVK_BUILD_DIR/build.$1"
|
cd "$DXVK_BUILD_DIR/build.$1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user