1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Author: Sergei Golovan
Description: Patch disables use of libigl since it isn't in Debian.
Last-Modified: Fri, 25 Mar 2022 12:29:09 +0300
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
DEPS=cl
endif
-DEPS += libigl eigen
+#DEPS += libigl eigen
SUBDIRS=c_src intl_tools src e3d plugins_src icons
#
--- a/c_src/Makefile
+++ b/c_src/Makefile
@@ -98,7 +98,7 @@
# libigl only supports 64bits systems
ifeq (x"${WORDSIZE}",x"64")
- DRV = libigl wings_pick_nif wings_tess
+ DRV = wings_pick_nif wings_tess
else
$(info 32bits build ignoring libigl not supported)
DRV = wings_pick_nif wings_tess
|