Browse Source

Merge pull request #18 from Ultimaker/NP-419_dev

NP-419 dev
dev
Jelle Spijker 1 year ago committed by GitHub
parent
commit
c268efb180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      profiles/cura.jinja
  2. 6
      profiles/cura_wasm.jinja

2
profiles/cura.jinja

@ -12,7 +12,7 @@ curaengine_grpc_definitions:compiler.cppstd=20
scripta:compiler.cppstd=20
umspatial*:compiler.cppstd=20
dulcificum:compiler.cppstd=20
cura_settings:compiler.cppstd=20
curator:compiler.cppstd=20
{% if compiler == 'gcc' %}compiler.libcxx=libstdc++11
{% elif compiler == 'apple-clang' %}compiler.libcxx=libc++

6
profiles/cura_wasm.jinja

@ -1,7 +1,9 @@
include(cura.jinja)
[tool_requires]
emsdk/3.1.50
# change to main once merged https://github.com/Ultimaker/conan-ultimaker-index/pull/14
emsdk/[>=3.1.65]@ultimaker/stable
nodejs/[>=20.16.0]@ultimaker/stable
[settings]
os=Emscripten
@ -12,4 +14,4 @@ tools.build:skip_test=True
[options]
curaengine:enable_plugins=False
curaengine:enable_arcus=False
curaengine:enable_arcus=False

Loading…
Cancel
Save