Set LDLOADLIBS to get the linker switch to occur in the right place.

This commit is contained in:
Joseph Lenox 2016-07-04 14:37:18 -05:00
parent 7ddbd092f6
commit 4ffe56b666

View File

@ -1,5 +1,5 @@
language: perl
install: true
install: export LDLOADLIBS=-lstdc++
script: perl ./Build.PL
perl:
- "5.14"