[PATCH] qbsp: Link against math lib

Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
Tyrann 2007-08-21 23:18:56 +09:30
parent e71ab5bf24
commit 1cfdcdb85a
1 changed files with 1 additions and 1 deletions

View File

@ -143,4 +143,4 @@ QBSP_OBJECTS = \
qbsp/%.o: CPPFLAGS += -DDOUBLEVEC_T -DQBSP_VERSION=$(QBSP_VERSION)
qbsp/$(BIN_PFX)qbsp$(EXT): $(patsubst %,qbsp/%,$(QBSP_OBJECTS))
$(CC) -o $@ $^
$(CC) -o $@ $^ -lm