mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Correct error in build.sh
This commit is contained in:
parent
26cc787d80
commit
2ac871bb88
1 changed files with 1 additions and 1 deletions
2
.github/scripts/build.sh
vendored
2
.github/scripts/build.sh
vendored
|
@ -37,7 +37,7 @@ echo "Building..."
|
|||
# fi;
|
||||
|
||||
# build dependencies...
|
||||
./github/scripts/dependencies.sh
|
||||
./.github/scripts/dependencies.sh
|
||||
|
||||
export LIBRARY_PATH=$HOME/staging/lib:$HOME/staging/lib64:$LIBRARY_PATH;
|
||||
export LD_LIBRARY_PATH=$HOME/staging/lib:$HOME/staging/lib64:$LD_LIBRARY_PATH;
|
||||
|
|
Loading…
Reference in a new issue