You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Ubuntu bionic, an Element passed its dependencies like so: ELEMENT_LIBS((../lua/libluajit.a -lm -ldl)) && ELEMENT_LIBS(-lpthread), and in elements.conf I see -!lib../lua/libluajit.a;-lm;-ldl & -!lib-lpthread -!lib-lpthread . I see the following (inserting set -x in bin/click-buildtool):
In Ubuntu bionic, an Element passed its dependencies like so: ELEMENT_LIBS((../lua/libluajit.a -lm -ldl)) && ELEMENT_LIBS(-lpthread), and in elements.conf I see
-!lib../lua/libluajit.a;-lm;-ldl
&-!lib-lpthread -!lib-lpthread
. I see the following (insertingset -x
in bin/click-buildtool):and it builds as expected. In Ubuntu focal, the same code has the following output
The text was updated successfully, but these errors were encountered: