Skip to content

Commit c02f8cf

Browse files
committed
fix cross compile
1 parent 368431a commit c02f8cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/concierge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,8 @@ def _resetCfg(self):
13921392
"reset the cm3.cfg file"
13931393
backend = ''
13941394
cross_compile = ''
1395+
if self.config() == "I386_LINUX":
1396+
cross_compile = 'SYSTEM_CC = SYSTEM_CC & " -I/usr/i686-linux-gnu/include"\n'
13951397

13961398
self.install("bin/cm3.cfg").write_text(
13971399
f"""{backend}if not defined("SL") SL = "/" end

0 commit comments

Comments
 (0)