Fixed deps "directory not found" (#23)

This commit is contained in:
GiaPag 2022-12-13 04:48:52 +01:00 committed by GitHub
parent 1e523fa912
commit cad4caaf5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/sh
WD=$(pwd)
cd deps
WD="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd $WD/deps
mkdir -p build
cd build
DEPS=$PWD/BambuStudio_dep