Skip to content

Commit

Permalink
Test static standalone nmath library on Unix.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87541 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Jan 8, 2025
1 parent d8a7f9a commit 195ab08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nmath/standalone/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $(libRmath_la): $(libRmath_la_OBJECTS)
$(DYLIB_LINK) -o $@ $(libRmath_la_LDFLAGS) $(libRmath_la_OBJECTS) $(LIBM)

test: $(srcdir)/test.c
$(CC) -o $@ $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(srcdir)/test.c -L. -lRmath $(LIBM)
$(CC) -o $@ $(ALL_CPPFLAGS) $(ALL_CFLAGS) $(srcdir)/test.c libRmath.a $(LIBM)
./$@

install: installdirs install-header @WANT_R_FRAMEWORK_FALSE@ install-pc
Expand Down

0 comments on commit 195ab08

Please sign in to comment.