Skip to content
Snippets Groups Projects
Commit df904757 authored by Henry Weller's avatar Henry Weller
Browse files

wmake/rules/General/CGAL: lib -> lib64 on 64bit OSs

Patch contributed by Bruno Santos
Resolves patch request http://bugs.openfoam.org/view.php?id=2114
parent 43b3fa2c
Branches
Tags
No related merge requests found
......@@ -5,8 +5,8 @@ CGAL_INC = \
-I$(BOOST_ARCH_PATH)/include
CGAL_LIBS = \
-L$(MPFR_ARCH_PATH)/lib \
-L$(GMP_ARCH_PATH)/lib \
-L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-L$(GMP_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \
-L$(BOOST_ARCH_PATH)/lib \
-L$(CGAL_ARCH_PATH)/lib \
-lCGAL \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment