-
I have a customized package repo, and i want to add a custom package
the xmake file in A is like:
the xmake file in port is like:
My question is that when I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It will only be exported to the user project, not on_install. if you want to add macros to port/xmake.lua. you need add |
Beta Was this translation helpful? Give feedback.
It will only be exported to the user project, not on_install.
if you want to add macros to port/xmake.lua. you need add
add_defines
in port/xmake.lua, not package configuration.