Skip to content

Commit

Permalink
fix typo #17
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Mar 3, 2017
1 parent 1cece51 commit 0ac7bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: CytoML
Type: Package
Title: GatingML interface for openCyto
Version: 1.1.12
Version: 1.1.13
Date: 2016-04-15
Author: Mike Jiang
Maintainer: Mike Jiang <wjiang2@fhcrc.org>
Expand Down
2 changes: 1 addition & 1 deletion src/Makevars.win
Expand Up @@ -5,7 +5,7 @@ endif

CXX_STD = CXX11
PKG_CPPFLAGS =-DROUT -I$(LIB_XML2)/$(R_ARCH)/include/libxml2 -I$(LIB_PROTOBUF)/$(R_ARCH)/include -DLIBXML_STATIC
PKG_LIBS = =`${R_HOME}/bin/Rscript -e "flowWorkspace:::LdFlags('flowWorkspace')"` `${R_HOME}/bin/Rscript -e "flowCore:::LdFlags()"` $(LIB_PROTOBUF)/$(R_ARCH)/lib/libprotobuf.a $(LIB_XML2)/$(R_ARCH)/lib/libxml2.a -lws2_32
PKG_LIBS =`${R_HOME}/bin/Rscript -e "flowWorkspace:::LdFlags('flowWorkspace')"` `${R_HOME}/bin/Rscript -e "flowCore:::LdFlags()"` $(LIB_PROTOBUF)/$(R_ARCH)/lib/libprotobuf.a $(LIB_XML2)/$(R_ARCH)/lib/libxml2.a -lws2_32



0 comments on commit 0ac7bf3

Please sign in to comment.