Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pellegrino Prevete
libhandy
Commits
b6ed4a73
Commit
b6ed4a73
authored
Jan 18, 2019
by
Pellegrino Prevete
Committed by
Guido Gunther
Jan 27, 2019
Browse files
build: Force default libdir location for libhandy target on Windows to keep MinGW compatibility
parent
10821fee
Pipeline
#3872
passed with stage
in 4 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/meson.build
View file @
b6ed4a73
...
...
@@ -145,6 +145,13 @@ else
libtype = 'shared_library'
endif
# set default libdir on win32 for libhandy target to keep MinGW compatibility
if target_system == 'windows'
handy_libdir = [true]
else
handy_libdir = libdir
endif
libhandy = build_target(
'handy-' + apiversion,
libhandy_sources,
...
...
@@ -155,7 +162,7 @@ libhandy = build_target(
include_directories: [ root_inc, src_inc ],
install: true,
link_args: libhandy_link_args,
install_dir: libdir,
install_dir:
handy_
libdir,
target_type: libtype,
)
...
...
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