aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsenShnurkov <ArsenShnurkov@users.noreply.github.com>2018-01-16 17:22:02 +0300
committerArsenShnurkov <ArsenShnurkov@users.noreply.github.com>2018-01-16 17:22:02 +0300
commitbf0b6510a943921efca20c9f0a88cf00a2cedccc (patch)
tree824292cc69229972e5099883d5ddd72933be13d0 /dev-util
parentchange exbuild to emsbuild (diff)
downloaddotnet-bf0b6510a943921efca20c9f0a88cf00a2cedccc.tar.gz
dotnet-bf0b6510a943921efca20c9f0a88cf00a2cedccc.tar.bz2
dotnet-bf0b6510a943921efca20c9f0a88cf00a2cedccc.zip
attempt to fix error with launching ResGen (unsuccessfull)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/nant/nant-0.93.5019_p2016101703.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/nant/nant-0.93.5019_p2016101703.ebuild b/dev-util/nant/nant-0.93.5019_p2016101703.ebuild
index 0ca7df2..f87ad08 100644
--- a/dev-util/nant/nant-0.93.5019_p2016101703.ebuild
+++ b/dev-util/nant/nant-0.93.5019_p2016101703.ebuild
@@ -56,7 +56,7 @@ src_prepare() {
}
src_compile() {
- emsbuild "${METAFILETOBUILD}"
+ emsbuild /p:ResgenToolPath=/usr/bin/resgen "${METAFILETOBUILD}"
enuspec "${FILESDIR}/${SLN_FILE}.nuspec"
}