summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2014-03-05 22:06:46 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2014-03-05 22:06:46 +0000
commit94a61a45058f6465a0388d9f80988c583c19e59a (patch)
tree95195f05ec3322f90915b0cd4836806d038b8200 /templates/make.mpd
parentef9318f6ea2ea699f605bf24c0b961a7d2d64277 (diff)
downloadMPC-94a61a45058f6465a0388d9f80988c583c19e59a.tar.gz
ChangeLogTag: Wed Mar 5 21:59:52 UTC 2014 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'templates/make.mpd')
-rw-r--r--templates/make.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 62eb0c31..015b22da 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -347,7 +347,7 @@ __prebuild__:
<%endif%>
<%if(postbuild)%>
-__postbuild__:<%if(exename)%> $(BIN)<%endif%><%if(dll_ext && sharedname)%><%if(version && versupport)%> $(SHLIB).<%version%><%endif%> $(SHLIB)<%endif%><%if(staticname)%> $(LIB)<%endif%>
+__postbuild__:<%if(exename)%> $(BIN)<%endif%><%if(dll_ext && sharedname)%><%if(version && versupport)%> $(SHLIB).<%version%><%endif%> $(SHLIB)<%else%><%if(staticname)%> $(LIB)<%endif%><%endif%>
@<%eval(postbuild)%>
<%endif%>