Skip to content

Commit 1cda551

Browse files
committed
CI build fix for system target
1 parent 35a5401 commit 1cda551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ravynOS/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ drm_build() {
5656

5757
system_build() {
5858
cd ${CIRRUS_WORKING_DIR}
59-
if [ "${CIRRUS_CI}" ]; then
60-
ln -sf ${CIRRUS_WORKING_DIR}/sys/$(uname -p)/include \
59+
if [ "x${CIRRUS_CI}" = "xtrue" ]; then
60+
ln -sf ${CIRRUS_WORKING_DIR}/sys/$(uname -m)/include \
6161
/usr/obj/${CIRRUS_WORKING_DIR}/${PLATFORM}/tmp/usr/include/machine
6262
fi
6363
#ln -sf ../sys /usr/obj/${CIRRUS_WORKING_DIR}/${PLATFORM}/tmp/sys

0 commit comments

Comments
 (0)