mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 01:33:00 -07:00
Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove it for others...
This commit is contained in:
parent
24d48e60fc
commit
427cdbe2cd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CXX=g++
|
|||
VPATH = ../common
|
||||
OBJDIR = obj
|
||||
|
||||
LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread ../liblua/liblua.a -ldl
|
||||
LDLIBS = -L/opt/local/lib -L/usr/local/lib -lreadline -lpthread ../liblua/liblua.a
|
||||
LDFLAGS = $(COMMON_FLAGS)
|
||||
CFLAGS = -std=c99 -I. -I../include -I../common -I/opt/local/include -I../liblua -Wall -Wno-unused-function $(COMMON_FLAGS) -g -O4
|
||||
LUAPLATFORM = generic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue