Skip to content
Snippets Groups Projects
Commit b72cb649 authored by deuce's avatar deuce
Browse files

Update to new lib path for OpenDoors.

parent 73581150
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ SRC_ROOT = ../..
include ${SRC_ROOT}/build/Common.gmake
# OpenDoors
LDFLAGS += -L../../odoors
CFLAGS += -I../../odoors
LDFLAGS += -L$(SRC_ROOT)/odoors/libs-`uname`
CFLAGS += -I$(SRC_ROOT)/odoors
ifdef STATIC
LDFLAGS += -static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment