Skip to content

Commit

Permalink
Prevent mklib from using uname to guess arch
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldin authored and Dan Peori committed Jul 6, 2011
1 parent 73c5e00 commit 4e47754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/ps3-osmesa
Expand Up @@ -15,7 +15,7 @@ CXXFLAGS = $(CFLAGS)

LDFLAGS = -L$(PSL1GHT)/ppu/lib -L$(PS3DEV)/portlibs/ppu/lib -lrt -llv2

MKLIB_OPTIONS = -static
MKLIB_OPTIONS = -static -arch GNU

GLU_LIB_NAME = libGLU.a
OSMESA_LIB_NAME = libOSMesa.a
Expand Down

0 comments on commit 4e47754

Please sign in to comment.