Skip to content

Commit

Permalink
fix C binary building in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sancar Adali committed May 15, 2018
1 parent d2a9a88 commit 5c57eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ graphm/./algorithm_unif.o: algorithm_unif.cpp algorithm_unif.h

graphm_bin: graphm/bin/graphm
graphm/bin/graphm: $(GRAPHM_OBJ_REL)
cd graphm && $(CXX) $(PKG_CPPFLAGS) -c main.cpp -o bin/graphm
cd graphm && $(CXX) $(PKG_CPPFLAGS) -I"$(LIB_GSL)\include" main.cpp ./*o $(LDFLAGS) -o ./bin/graphm $(PKG_LIBS)

clean: cleanb

Expand Down

0 comments on commit 5c57eaa

Please sign in to comment.