Skip to content

Commit

Permalink
stuff2
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Feb 18, 2024
1 parent 74f4741 commit a3bfd9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion msys2/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ prepare() {

build() {
cd "$rootDir"
make
make lint=off
}

check() {
Expand Down
1 change: 1 addition & 0 deletions src/ruisapp/application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include <papki/file.hpp>
#include <r4/vector.hpp>
#include <ruis/config.hpp>
#include <ruis/gui.hpp>
#include <ruis/util/key.hpp>
#include <utki/config.hpp>
Expand Down

0 comments on commit a3bfd9a

Please sign in to comment.