mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 13:54:18 +01:00
[meta] Fix --dev-build on package-native.sh
Re-add the suffix to the build dir.
This commit is contained in:
parent
d83e184afd
commit
be9687f396
@ -61,13 +61,13 @@ function build_arch {
|
|||||||
--bindir "$2" \
|
--bindir "$2" \
|
||||||
--libdir "$2" \
|
--libdir "$2" \
|
||||||
-Dbuild_id=$opt_buildid \
|
-Dbuild_id=$opt_buildid \
|
||||||
"$DXVK_BUILD_DIR/build"
|
"$DXVK_BUILD_DIR/build.$1"
|
||||||
|
|
||||||
cd "$DXVK_BUILD_DIR/build"
|
cd "$DXVK_BUILD_DIR/build.$1"
|
||||||
ninja install
|
ninja install
|
||||||
|
|
||||||
if [ $opt_devbuild -eq 0 ]; then
|
if [ $opt_devbuild -eq 0 ]; then
|
||||||
rm -r "$DXVK_BUILD_DIR/build"
|
rm -r "$DXVK_BUILD_DIR/build.$1"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user