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 15a20e0 commit 5805cd4Copy full SHA for 5805cd4
1 file changed
Makefile.am
@@ -134,9 +134,6 @@ $(CARGO_BIN): justenough/.libs/justenoughicu.a
134
$(CARGO_BIN): justenough/.libs/justenoughlibtexpdf.a
135
$(CARGO_BIN): justenough/.libs/svg.a
136
$(CARGO_BIN): libtexpdf/.libs/libtexpdf.a
137
-if !EMBEDDED_RESOURCES
138
-$(CARGO_BIN): $(pkglib_LIBRARIES)
139
-endif !EMBEDDED_RESOURCES
140
141
src/embed-includes.rs: Makefile-distfiles
142
{
@@ -154,7 +151,10 @@ src/embed.rs: src/embed.rs.in src/embed-includes.rs
154
151
-e '/@EMBEDDED_INCLUDE_LIST@/r $(word 2,$^)' \
155
152
-e '/@EMBEDDED_INCLUDE_LIST@/d' \
156
153
$< > $@
157
-endif EMBEDDED_RESOURCES
+
+else !EMBEDDED_RESOURCES
+$(CARGO_BIN): $(pkglib_LIBRARIES)
+endif !EMBEDDED_RESOURCES
158
159
if LUAJIT
160
MLUAVER = luajit
0 commit comments