Open
Description
Describe the bug
When using the pkgconfig branch, changing the order of the statements for specifying extensions and the new :libraries statement causes different behaviour of clasp:
It either does not find the stated extensions or errors out with not finding the specified library.
Expected behavior
The order of the statements in config.sexp should be irrelevant.
Actual behavior
See above.
Code at issue
contents of file config.sexp:
(:extensions (:clasp-ext-rti-connext-dds))
(:libraries (("nddscpp2d" :ldlibs "-lnddscpp2d" :ldflags "-L/Applications/rti_connext_dds-7.3.0/lib/arm64Darwin20clang12.0")))
Context
- Branch: pkgconfig
- Commit hash: 8faa65e