; * modules/mod-test/Makefile: Fix typo.
This commit is contained in:
parent
747f81861c
commit
0c517aa613
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ CC = gcc
|
|||
LD = gcc
|
||||
LDFLAGS =
|
||||
|
||||
# On MS-Windows, say "make SO=.dll" to build the module
|
||||
# On MS-Windows, say "make SO=dll" to build the module
|
||||
SO = so
|
||||
# -fPIC is a no-op on Windows, but causes a compiler warning
|
||||
ifeq ($(SO),dll)
|
||||
|
|
Loading…
Add table
Reference in a new issue