aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorultramn <dchapm2@umbc.edu>2017-03-16 17:17:07 -0700
committerultramn <dchapm2@umbc.edu>2017-03-16 17:17:07 -0700
commit768a06613e38194e58d37ab3b1c5bb4a326f0e2b (patch)
treeab10dbf78337cb12bd142091efb845ba57d57768 /Makefile
parenta46654cb58a1f4e1971395a4b4364e1b5a0df8d3 (diff)
downloadlibsurvive-768a06613e38194e58d37ab3b1c5bb4a326f0e2b.tar.gz
libsurvive-768a06613e38194e58d37ab3b1c5bb4a326f0e2b.tar.bz2
Almost compiles on Apple (not quite there)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 525f7c5..cac4135 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all : lib data_recorder test calibrate calibrate_client
CC:=gcc
CFLAGS:=-Iinclude/libsurvive -I. -fPIC -g -O3 -Iredist -flto -DUSE_DOUBLE -std=gnu99 -rdynamic
-LDFLAGS:=-lpthread -lusb-1.0 -lz -lX11 -lm -flto -g
+LDFLAGS:=-L/usr/local/lib -lpthread -lusb-1.0 -lz -lX11 -lm -flto -g
POSERS:=src/poser_dummy.o src/poser_daveortho.o src/poser_charlesslow.o
REDISTS:=redist/json_helpers.o redist/linmath.o redist/jsmn.o