mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
added -lm
This commit is contained in:
parent
792b882cf6
commit
002942913d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,4 +24,4 @@ PROGRAM_DIRS = osdemos
|
|||
# Dependencies
|
||||
OSMESA_LIB_DEPS = -lm
|
||||
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(OSMESA_LIB)
|
||||
APP_LIB_DEPS = -lOSMesa -lGLU
|
||||
APP_LIB_DEPS = -lOSMesa -lGLU -lm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue