Skip to content

Commit

Permalink
CI build fix for system target
Browse files Browse the repository at this point in the history
  • Loading branch information
mszoek committed May 9, 2024
1 parent 35a5401 commit 1cda551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ravynOS/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ drm_build() {

system_build() {
cd ${CIRRUS_WORKING_DIR}
if [ "${CIRRUS_CI}" ]; then
ln -sf ${CIRRUS_WORKING_DIR}/sys/$(uname -p)/include \
if [ "x${CIRRUS_CI}" = "xtrue" ]; then
ln -sf ${CIRRUS_WORKING_DIR}/sys/$(uname -m)/include \
/usr/obj/${CIRRUS_WORKING_DIR}/${PLATFORM}/tmp/usr/include/machine
fi
#ln -sf ../sys /usr/obj/${CIRRUS_WORKING_DIR}/${PLATFORM}/tmp/sys
Expand Down

0 comments on commit 1cda551

Please sign in to comment.