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 ff41898 commit 08dacdfCopy full SHA for 08dacdf
samples/sample.mak
@@ -15,7 +15,7 @@ clean:
15
rm -f $(OUTDIR)$(NAME)
16
17
$(NAME): main.o
18
- $(CXX) -Wall $^ -lpebliss -L../../lib -o $(OUTDIR)$(NAME)
+ $(CXX) -Wall $^ -lpebliss -L../../lib -o $(OUTDIR)$(NAME) -liconv
19
20
main.o: $(LIBPATH)
21
tests/tests.mak
- $(CXX) -Wall $^ -lpebliss -L../../lib -o ${OUTDIR}$(NAME)
+ $(CXX) -Wall $^ -lpebliss -L../../lib -o ${OUTDIR}$(NAME) -liconv
0 commit comments