Skip to content
Snippets Groups Projects
Commit eff4ecd0 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix disis build and clean instructions

parent b536cbd6
No related branches found
No related tags found
No related merge requests found
...@@ -449,8 +449,10 @@ cyclone_clean: ...@@ -449,8 +449,10 @@ cyclone_clean:
# DISIS # DISIS
disis: disis:
ifneq ($(OS_NAME),windows) ifneq ($(OS_NAME),windows)
ifneq ($(OS_NAME),darwin)
cd $(externals_src)/disis/cwiid && aclocal && autoconf && \ cd $(externals_src)/disis/cwiid && aclocal && autoconf && \
./configure --with-python=python2 && make ./configure --with-python=python2 && make
endif
endif endif
make -C $(externals_src)/disis PD_PATH=$(pd_src) pdbinpath=$(pd_src)/src make -C $(externals_src)/disis PD_PATH=$(pd_src) pdbinpath=$(pd_src)/src
...@@ -460,7 +462,11 @@ disis_install: ...@@ -460,7 +462,11 @@ disis_install:
install install
disis_clean: disis_clean:
ifneq ($(OS_NAME),windows)
ifneq ($(OS_NAME),darwin)
make -C $(externals_src)/disis/cwiid clean make -C $(externals_src)/disis/cwiid clean
endif
endif
make -C $(externals_src)/disis clean make -C $(externals_src)/disis clean
#------------------------------------------------------------------------------# #------------------------------------------------------------------------------#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment