mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-26 12:37:11 +08:00
path fix
This commit is contained in:
parent
f164138d23
commit
e82147b0a9
@ -3,7 +3,8 @@
|
|||||||
makej () {
|
makej () {
|
||||||
make -j$(sysctl -n hw.ncpu)
|
make -j$(sysctl -n hw.ncpu)
|
||||||
}
|
}
|
||||||
export PATH=$PATH:/usr/local/Qt-5.15.2/bin
|
|
||||||
|
export PATH=$PATH:$(pwd)/qtbase/bin
|
||||||
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
|
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
makej () {
|
makej () {
|
||||||
make -j$(sysctl -n hw.ncpu)
|
make -j$(sysctl -n hw.ncpu)
|
||||||
}
|
}
|
||||||
export PATH=$PATH:/usr/local/Qt-5.15.4/bin
|
|
||||||
|
export PATH=$PATH:$(pwd)/qtbase/bin
|
||||||
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user