1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-22 07:54:15 +01:00

[meta] Fix opt_strip in package-native.sh

This commit is contained in:
Joshua Ashton 2022-10-15 18:25:19 +01:00
parent be9687f396
commit fc3d04c1c9

View File

@ -58,6 +58,7 @@ function build_arch {
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" \
$opt_strip \
--bindir "$2" \ --bindir "$2" \
--libdir "$2" \ --libdir "$2" \
-Dbuild_id=$opt_buildid \ -Dbuild_id=$opt_buildid \