diff options
Diffstat (limited to 'src/mesa/Makefile.wfx')
-rw-r--r-- | src/mesa/Makefile.wfx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.wfx b/src/mesa/Makefile.wfx index 0a8b8c3b0e8..543dcfad0c9 100644 --- a/src/mesa/Makefile.wfx +++ b/src/mesa/Makefile.wfx @@ -59,7 +59,7 @@ HAVE_3DNOW = 1 ################################## # build flags ################################## -FLAGS = -DH3 -DFX -DBUILD_GL32 +FLAGS = -DFX -DBUILD_GL32 !if "$(USE_IEEE)"=="1" FLAGS = $(FLAGS) -D__i386__ |