Chez Scheme: unbreak 32-bit Windows cross-build
This commit is contained in:
parent
06021193ee
commit
5d53bdac0c
|
@ -42,7 +42,7 @@ make.bat: vs.bat
|
|||
MORE_CFLAGS = -D__MINGW_USE_VC2005_COMPAT
|
||||
|
||||
${Scheme}${cross:t=}: ${Main} ${Kernel} ${KernelLinkDeps}
|
||||
$C ${MORE_CFLAGS} -o ${Scheme} ${Main} ${Kernel} ${KernelLinkLibs} ${LDFLAGS}
|
||||
$C ${MORE_CFLAGS} -o ${Scheme} ${Main} ${Kernel} ${KernelLinkLibs} ${LDFLAGS} ${LIBS}
|
||||
|
||||
.c.$o:
|
||||
$C ${MORE_CFLAGS} -c -D${Cpu} -I${Include} ${zlibInc} ${LZ4Inc} $*.c
|
||||
|
|
Loading…
Reference in New Issue
Block a user