Replies: 2 comments
-
xmake install -o output
./output/bin/target.exe |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liwei46
-
maybe also because my program cannot find some "dll" files, while "xmake run" can find them. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I build a program in windows (with visual studio 2019) using xmake, and "xmake run target_name" works. But ".\target_name.exe" not working.
Because I need to share the executable to other people that do not have xmake installed.
Is it possible to make ".\target_name.exe" works?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions