diff options
author | David Robillard <d@drobilla.net> | 2014-10-05 03:16:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-10-05 03:16:18 +0000 |
commit | 9761f4b2d3cead1532b6bf2c1146f6db5d642698 (patch) | |
tree | d1137037840f15461e1bc07c8ae3ec370271b91f /NEWS | |
parent | 8ab0ca086fd3fbe3f386813a94a28791c33a374d (diff) | |
download | patchage-9761f4b2d3cead1532b6bf2c1146f6db5d642698.tar.gz patchage-9761f4b2d3cead1532b6bf2c1146f6db5d642698.tar.bz2 patchage-9761f4b2d3cead1532b6bf2c1146f6db5d642698.zip |
Configure based on compiler target OS for cross-compilation.
Only add -dl to pkg-config file for appropriate platforms.
Fix #986.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5472 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ patchage (1.0.1) unstable; * Support Jack CV and OSC via metadata. + * Configure based on compiler target OS for cross-compilation. - -- David Robillard <d@drobilla.net> Mon, 05 May 2014 16:28:59 +0200 + -- David Robillard <d@drobilla.net> Sat, 04 Oct 2014 23:07:45 -0400 patchage (1.0.0) stable; |