Do not use $ORIGIN in RUNPATH so that executables can be copied elsewhere and still be expected to work (needed for python-pyside-2-tools). diff --git a/mkspecs/common/linux.conf b/mkspecs/common/linux.conf --- a/mkspecs/common/linux.conf +++ b/mkspecs/common/linux.conf @@ -10,8 +10,8 @@ QMAKE_CFLAGS_THREAD += -D_REENTRANT QMAKE_CXXFLAGS_THREAD += $$QMAKE_CFLAGS_THREAD QMAKE_LFLAGS_GCSECTIONS = -Wl,--gc-sections -QMAKE_LFLAGS_REL_RPATH = -Wl,-z,origin -QMAKE_REL_RPATH_BASE = $ORIGIN +QMAKE_LFLAGS_REL_RPATH = +QMAKE_REL_RPATH_BASE = QMAKE_INCDIR = QMAKE_LIBDIR = method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/renpy/renpy.in
AgeCommit message (Expand)Author
2022-01-15gnu: renpy: Move renpy command to aux-files....* gnu/packages/aux-files/renpy/renpy.in: New file. * gnu/packages/game-development.scm (renpy)[install]: Use renpy.in with substitute*. * Makefile.am (AUX_FILES): Add it here. Liliana Marie Prikler