Update dependencies and source.sh script
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
export CXXFLAGS+=" -ffat-lto-objects"
|
||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_MESSAGE_LOG_LEVEL=STATUS
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
@@ -17,5 +16,5 @@ package() {
|
||||
|
||||
# Install package license
|
||||
install -d "$BPM_OUTPUT"/usr/share/licenses
|
||||
ln -s /usr/share/licenses/qt6-base "$BPM_OUTPUT"/usr/share/licenses/qt6-declaratives
|
||||
ln -s /usr/share/licenses/qt6-base "$BPM_OUTPUT"/usr/share/licenses/qt6-declarative
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user