Replies: 1 comment 2 replies
-
you can use add_rpathdirs to add rpath. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The project compiles without any issue.
The project is organized as
the parent xmake.lua includes the subdirectiry
gateway_xtp
. the content for gateway_xtp isxmake run xtp_md
fails withI have used xmake run successfully in other projects using a similar setup, but could not find why it fails this time.
How can I check the env variables used by
xmake run
? I tried add prints in.local/share/xmake/modules/private/action/run/make_runenvs.lua
but could not see any output.BTW, I am using
xmake v2.7.8+master.2ff74cf8e
on ubuntu 20.04Beta Was this translation helpful? Give feedback.
All reactions