aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-09 21:02:32 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-09 21:02:32 +0200
commitd60c210bdadff5d8f5b9dc73a701560d54f69fff (patch)
tree8a2e14281ee91d0f841eef18cc178c9a65b05732 /build
parent5bb2b50a3f92c727ddf468df16bbc60a173d3115 (diff)
downloadnissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.tar.gz
nissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.zip
Fixes
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 25fb912..2348cc8 100755
--- a/build
+++ b/build
@@ -119,7 +119,7 @@ parsesanitize() {
119# Set variables to default values if unset 119# Set variables to default values if unset
120CC=${CC:-"cc"} 120CC=${CC:-"cc"}
121EMCC=${EMCC:-"emcc"} 121EMCC=${EMCC:-"emcc"}
122NODE=${NODE:-"emcc"} 122NODE=${NODE:-"node"}
123THREADS=${THREADS:-"$(detectthreads)"} 123THREADS=${THREADS:-"$(detectthreads)"}
124ARCH=${ARCH:-"$(detectarch)"} 124ARCH=${ARCH:-"$(detectarch)"}
125OPTIMIZE=${OPTIMIZE:-"-O3"} 125OPTIMIZE=${OPTIMIZE:-"-O3"}

Generated with cgit - Back to sebastiano.tronto.net