Слияние кода завершено, страница обновится автоматически
hi ,
I got a problem that when i want to refer the result which generated by the shell script.
when I use the makefile, i will do something like MY_GIT_LOG ?= $(shell git log --pretty=%H -1); MY_DEFINES += MS_GITLOG="$(MY_GIT_LOG)".
I find that i could not do this in the GN.When i use the action to exececute a script, and i could not refer the ret in the GN.
Please tell me a method to do this, Thanks.
Вход Перед тем как оставить комментарий