Skip to content

Commit

Permalink
Adoc formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Mar 24, 2024
1 parent ac08254 commit dd540d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mqueue-cpp/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ compiler name `configure.in` finds.
CXX = @CXX@
----
3. Also in link:Makefile.in[], when builing `mqueue_cpp.so`, give `--{cpp}=$(CXX)`
3. Also in link:Makefile.in[], when builing `mqueue_cpp.so`, give `--c++=$(CXX)`
option to the `gauche-package` script to have it use the {cpp} compiler
instead of the default C compiler.
+
[source,Makefile]
----
mqueue_cpp.$(SOEXT): $(mqueue_SRCS) $(mqueue_HDRS)
$(GAUCHE_PACKAGE) compile --{cpp}=$(CXX) --verbose mqueue_cpp $(mqueue_SRCS)
$(GAUCHE_PACKAGE) compile --c++=$(CXX) --verbose mqueue_cpp $(mqueue_SRCS)
----
Expand Down

0 comments on commit dd540d1

Please sign in to comment.