diff options
| author | Joshua Boniface <joshua@boniface.me> | 2018-08-08 01:42:25 -0400 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2018-10-22 01:58:26 +0300 |
| commit | 4166d887486f9d94488ae7623fefbe2c8f06747f (patch) | |
| tree | 10a2701aa98f01ad1537eba183baa6009fc7713d | |
| parent | 9396a0d640b9598ebf8170eaa96b2d4630d918b5 (diff) | |
Use msbuild instead of xbuild due to deprecation
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 11a2ba5ae..19797f914 100755 --- a/debian/rules +++ b/debian/rules @@ -22,10 +22,10 @@ ifneq ("$(wildcard $(CURDIR)/MediaBrowser.Server.Mono/SQLitePCLRaw.provider.sqli sed -i -e 's%<dllmap dll="dl" target="libdl.so" os="linux"/>%<dllmap dll="dl" target="libdl.so.2" os="linux"/>%' $(CURDIR)/MediaBrowser.Server.Mono/SQLitePCLRaw.provider.sqlite3.dll.config; \ fi endif - xbuild $(CURDIR)/MediaBrowser.sln /p:Configuration="Release Mono" /p:Platform="Any Cpu" /property:OutputPath='$(CURDIR)/usr/lib/emby-server/bin' /t:build + msbuild $(CURDIR)/MediaBrowser.sln /p:Configuration="Release Mono" /p:Platform="Any Cpu" /property:OutputPath='$(CURDIR)/usr/lib/emby-server/bin' /t:build override_dh_auto_clean: - xbuild $(CURDIR)/MediaBrowser.sln /p:Configuration="Release Mono" /p:Platform="Any Cpu" /t:clean + msbuild $(CURDIR)/MediaBrowser.sln /p:Configuration="Release Mono" /p:Platform="Any Cpu" /t:clean # disable package does not produce library files override_dh_makeclilibs: |
