5 May
2006
5 May
'06
8:27 p.m.
/bin/sed -i -e 's/CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags)/CFLAGS= -Wall -O3 -march=x86-64 -pipe -ansi $(shell sdl-config --cflags)/' Makefile
You should be able to use the $CARCH variable instead of x86-64. Then it'll work in both architectures. Jason -- If you understand, things are just as they are. If you do not understand, things are just as they are.