Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
f6e0d93b
Commit
f6e0d93b
authored
Jun 08, 2014
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: lua: remove useless condition
parent
735bc554
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
contrib/src/lua/rules.mak
contrib/src/lua/rules.mak
+1
-3
No files found.
contrib/src/lua/rules.mak
View file @
f6e0d93b
...
@@ -41,15 +41,13 @@ lua: lua-$(LUA_VERSION).tar.gz .sum-lua
...
@@ -41,15 +41,13 @@ lua: lua-$(LUA_VERSION).tar.gz .sum-lua
$(APPLY)
$(SRC)
/lua/no-dylibs.patch
$(APPLY)
$(SRC)
/lua/no-dylibs.patch
$(APPLY)
$(SRC)
/lua/luac-32bits.patch
$(APPLY)
$(SRC)
/lua/luac-32bits.patch
$(APPLY)
$(SRC)
/lua/no-localeconv.patch
$(APPLY)
$(SRC)
/lua/no-localeconv.patch
$(APPLY)
$(SRC)
/lua/lua-ios-support.patch
ifdef
HAVE_DARWIN_OS
ifdef
HAVE_DARWIN_OS
(
cd
$(UNPACK_DIR)
&&
\
(
cd
$(UNPACK_DIR)
&&
\
sed
-e
's%gcc%
$(CC)
%'
\
sed
-e
's%gcc%
$(CC)
%'
\
-e
's%LDFLAGS=%LDFLAGS=
$(EXTRA_CFLAGS)
$(EXTRA_LDFLAGS)
%'
\
-e
's%LDFLAGS=%LDFLAGS=
$(EXTRA_CFLAGS)
$(EXTRA_LDFLAGS)
%'
\
-i
.orig src/Makefile
)
-i
.orig src/Makefile
)
endif
endif
ifdef
HAVE_IOS
$(APPLY)
$(SRC)
/lua/lua-ios-support.patch
endif
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
cd
$(UNPACK_DIR)
&&
sed
-i
.orig
-e
's/lua luac/lua.exe luac.exe/'
Makefile
cd
$(UNPACK_DIR)
&&
sed
-i
.orig
-e
's/lua luac/lua.exe luac.exe/'
Makefile
endif
endif
...
...
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