mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
+1
-1
@@ -1177,7 +1177,7 @@ if "cgal" in targets:
|
|||||||
# Disable assembly, otherwise `emcc -c conftest.s` will crash due to assembly mismatch.
|
# Disable assembly, otherwise `emcc -c conftest.s` will crash due to assembly mismatch.
|
||||||
gmp_args.extend(("--disable-assembly", "--enable-cxx"))
|
gmp_args.extend(("--disable-assembly", "--enable-cxx"))
|
||||||
mpfr_args.extend(("--host", "none"))
|
mpfr_args.extend(("--host", "none"))
|
||||||
else:
|
elif "x86" in arch:
|
||||||
gmp_args.append("--enable-fat") # See issues #7458 #7556
|
gmp_args.append("--enable-fat") # See issues #7458 #7556
|
||||||
|
|
||||||
OLD_CC = None
|
OLD_CC = None
|
||||||
|
|||||||
Reference in New Issue
Block a user