Install wx-config as a script, not as a binary program

Installing it using INSTALL_PROGRAM results in problems under NetBSD
where INSTALL_PROGRAM tries to strip it. Use INSTALL_SCRIPT instead.

Closes #18197.
This commit is contained in:
wiz
2018-08-16 13:40:28 +02:00
committed by Vadim Zeitlin
parent 606dc18e5f
commit 99cb097f4d
2 changed files with 3 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ All:
- Make wxList and wxVector iterators conform to input iterator requirements.
- Fix MT-safety problem when reading and writing from wxSocket (jkubalik).
- Fix build issues under HaikuOS (mill-j).
- Fix problem with wx-config installation under NetBSD (wiz).
All (GUI):