Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
42ced078
Commit
42ced078
authored
Aug 07, 2016
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: luac: add dummy download target
parent
43c92538
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
contrib/src/lua/rules.mak
contrib/src/lua/rules.mak
+4
-1
No files found.
contrib/src/lua/rules.mak
View file @
42ced078
...
...
@@ -82,7 +82,10 @@ ifdef HAVE_WIN32
endif
touch
$@
luac
:
lua-$(LUA_VERSION).tar.gz .sum-lua
.sum-luac
:
.sum-lua
touch
$@
luac
:
lua-$(LUA_VERSION).tar.gz .sum-luac
# DO NOT use the same intermediate directory as the lua target
rm
-Rf
--
$@
-
$(LUA_VERSION)
$@
mkdir
--
$@
-
$(LUA_VERSION)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment