public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddnet] exclude-empty-files: Fix build after mass rebuild
@ 2026-09-03  0:09 ElXreno
  0 siblings, 0 replies; only message in thread
From: ElXreno @ 2026-09-03  0:09 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ddnet
Branch : exclude-empty-files
Commit : 8686c78c9b1efea26d49448799e1b33627691370
Author : ElXreno <elxreno@gmail.com>
Date   : 2020-07-29T08:53:39+03:00
Stats  : +0/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ddnet/c/8686c78c9b1efea26d49448799e1b33627691370?branch=exclude-empty-files

Log:
Fix build after mass rebuild

---
diff --git a/ddnet.spec b/ddnet.spec
index 244e3a5..ce334d9 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -132,20 +132,16 @@ touch CMakeLists.txt
 # Remove bundled stuff...
 rm -rf src/engine/external
 
-mkdir -p %{_target_platform}
-
 
 %build
 # TODO: Add mysql support
 # WebSockets disable because it freezes all GUI | https://github.com/ddnet/ddnet/issues/1900
-pushd %{_target_platform}
 %cmake \
     %{?with_ninja_build: -GNinja} \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
     -DPREFER_BUNDLED_LIBS=OFF \
     -DAUTOUPDATE=OFF \
     ..
-popd
 
 %if %{with ninja_build}
 %ninja_build -C %{_target_platform}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-03  0:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03  0:09 [rpms/ddnet] exclude-empty-files: Fix build after mass rebuild ElXreno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox