Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 6, 2024
1 parent f904c6b commit a6bc679
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ add_subdirectory(mpp)
# ----------------------------------------------------------------------------
add_subdirectory(test)

include_directories(\usr\lib\aarch64-linux-gnu\)
include_directories(/usr/lib/aarch64-linux-gnu/)
# ----------------------------------------------------------------------------
# install headers
# ----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo apt install -y python3-pip
sudo pip3 install --upgrade cloudsmith-cli
sudo apt install -y git ruby-dev make cmake gcc g++ wget libdrm-dev mlocate
gem install fpm
ls -a \usr\lib\aarch64-linux-gnu\ |grep libdrm
ls -a /usr/lib/aarch64-linux-gnu/ |grep libdrm
cd build/linux/aarch64
./make-Makefiles.bash
make -j$(nproc)
Expand Down

0 comments on commit a6bc679

Please sign in to comment.