mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Generate love.desktop using CMake too
Since I cannot easily change the variable used there, update the autotools codepath to insert the CMake variable.
This commit is contained in:
@@ -18,7 +18,7 @@ platform/unix/love.desktop: platform/unix/love.desktop.in
|
||||
$(MKDIR_P) platform/unix
|
||||
rm -f $@ $@.tmp
|
||||
$(SED) \
|
||||
-e "s|@bindir[@]|$(bindir)|" \
|
||||
-e "s|@CMAKE_INSTALL_FULL_BINDIR[@]|$(bindir)|" \
|
||||
${srcdir}/$@.in > $@.tmp
|
||||
chmod a-w $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
Reference in New Issue
Block a user