mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 23:35:30 +00:00
Another try at getting all of the builds working properly regardless of options.
This commit is contained in:
parent
1b59c3a8a0
commit
3fa5510610
@ -96,8 +96,8 @@ WARNINGS = @WARNINGS@
|
||||
# Linker options...
|
||||
#
|
||||
|
||||
DSOFLAGS = @DSOFLAGS@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
DSOFLAGS = @DSOFLAGS@ $(OPTIM)
|
||||
LDFLAGS = @LDFLAGS@ $(OPTIM)
|
||||
LIBS = @LIBS@ -lm
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user