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