Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-heimes authored and Wenjia Zhang committed Jul 28, 2023
1 parent 1e64697 commit 3f29a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ STUFF_32BIT = 0
#
ifeq ($(ARCH),64)
ifeq ($(DISTRO),Ubuntu)
LIBDIR = ${PREFIX}/lib
LIBDIR = ${PREFIX}/usr/lib
else
LIBDIR = ${PREFIX}/lib64
endif
Expand Down

0 comments on commit 3f29a54

Please sign in to comment.