Browse Source

Add include path for cross build

Zoe Knox 21 hours ago
parent
commit
045b22fe6a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CoreServices/WindowServer/Makefile

+ 1 - 0
CoreServices/WindowServer/Makefile

@@ -22,6 +22,7 @@ CFLAGS+=	-fobjc-arc -g -D__RAVYNOS__ -D__MACH__ -pthread \
 		-I${.CURDIR} -I${MAKEOBJDIR} -I${.CURDIR}/libinput/src \
 		-I${.CURDIR}/libinput/include -I${SRCTOP}/Frameworks \
 		-I${.CURDIR}/libxkbcommon/include -I${SRCTOP}/CoreServices \
+		-I${OBJTOP}/Frameworks/Foundation/Headers
 
 LDFLAGS+=	-Wl,-R'$$ORIGIN/../Resources' -L${MAKEOBJDIR} \
 		-L${OBJTOP}/Frameworks/Foundation/Foundation.framework \