Skip to content
Snippets Groups Projects
Commit 09c3fbf0 authored by deuce's avatar deuce
Browse files

Add dot between .so and the version.

parent 943ee022
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ OUTPUT := -o
LOUTPUT := -o
ifeq ($(os),openbsd)
SOFILE := $(SOFILE)$(VERSION)
SOFILE := $(SOFILE).$(VERSION)
else
ifeq ($(os),darwin)
SOFILE = .dylib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment