Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
a344456c
Commit
a344456c
authored
Feb 22, 2013
by
KO Myung-Hun
Browse files
Append .exe to the executable on OS/2
Change-Id: I1c3b17450b08d2fdfacb7b94055da29d4d20f9c8
parent
0ef72720
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs.mk
View file @
a344456c
...
...
@@ -377,7 +377,7 @@ LIBVPX_TEST_DATA_PATH ?= .
include
$(SRC_PATH_BARE)/test/test.mk
LIBVPX_TEST_SRCS
=
$(
addprefix
test
/,
$(
call
enabled,LIBVPX_TEST_SRCS
))
LIBVPX_TEST_BINS
=
./test_libvpx
LIBVPX_TEST_BINS
=
./test_libvpx
$(EXE_SFX)
LIBVPX_TEST_DATA
=
$(
addprefix
$(LIBVPX_TEST_DATA_PATH)
/,
\
$(
call
enabled,LIBVPX_TEST_DATA
))
libvpx_test_data_url
=
http://downloads.webmproject.org/test_data/libvpx/
$(1)
...
...
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