Skip to content

Commit

Permalink
cloning: xenclone: Fix OVS source directory (try 02)
Browse files Browse the repository at this point in the history
Signed-off-by: Costin Lupu <[email protected]>
  • Loading branch information
clupuishere committed Mar 13, 2023
1 parent 7a64e22 commit 5513936
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/xenclone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ OVS_SRC=/home/wolf/nfv/dev/UPSTREAM/ovs.git
APPEND_LDFLAGS+=-L$(OVS_SRC)/utilities/.libs/
APPEND_LDFLAGS+=-L$(OVS_SRC)/dist/ovs/lib
else
OVS_SRC=/root/dev/ovs
#OVS_SRC=/root/dev/ovs
ifndef OVS_SRC
$(error OVS_SRC is undefined)
endif
APPEND_LDFLAGS+=-L/root/dist/ovs/lib
endif
CFLAGS += -I$(OVS_SRC)/include
Expand Down

0 comments on commit 5513936

Please sign in to comment.