Skip to content

Commit

Permalink
Fix Makefile for Ubuntu x64.
Browse files Browse the repository at this point in the history
  • Loading branch information
oisee committed Jan 22, 2015
1 parent 4772e58 commit 1eb7a7b
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 @@ -11,7 +11,7 @@ CFLAGS=-O2 -DLUA_USE_LINUX -DMAX_PATH=PATH_MAX -Ilua5.1 -Itolua++ -g -funsigned-
CXXFLAGS=$(CFLAGS)

#for Linux
LDFLAGS="-ldl"
LDFLAGS=-Wl,--no-as-needed -ldl

#sjasmplus object files
OBJS=sjasm/devices.o sjasm/directives.o sjasm/io_snapshots.o sjasm/io_trd.o \
Expand Down

0 comments on commit 1eb7a7b

Please sign in to comment.