mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Change Linux shared library to -shared
Add QNX-RTP port
This commit is contained in:
7
aclocal.m4
vendored
7
aclocal.m4
vendored
@@ -326,7 +326,12 @@ case "$target" in
|
||||
RXLIBPST=".so"
|
||||
;;
|
||||
*linux*)
|
||||
LD_RXLIB1="${CC} -Wl,-shared"
|
||||
LD_RXLIB1="${CC} -shared"
|
||||
RXLIBPRE="lib"
|
||||
RXLIBPST=".so"
|
||||
;;
|
||||
*nto-qnx*)
|
||||
LD_RXLIB1="${CC} -shared"
|
||||
RXLIBPRE="lib"
|
||||
RXLIBPST=".so"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user