We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719f4d2 commit fbdeeebCopy full SHA for fbdeeeb
Makefile
@@ -33,6 +33,9 @@ else # no prebuilt tools found
33
@echo "No prebuilt tools found in /prebuilt/tools or tools/bin"
34
endif
35
36
+ifeq ("$(ls -A internal/script/resources/x86_64)","") # //go:embeded can not support empty directory
37
+ touch internal/script/resources/x86_64/nofiles
38
+endif
39
40
41
# Build the distribution package
0 commit comments