Skip to content

Commit

Permalink
fix: terronnd build for 320
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl authored Nov 2, 2023
1 parent 45aa30e commit 906f432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igniter.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default new TaskOfTasks("all", [
]),
new ExecTask("systems-terronnd", [
"fbw-common/src/wasm/terronnd/build.sh",
"wasm-opt -O1 -o fbw-a32nx/out/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/panel/terronnd.wasm fbw-common/src/wasm/terronnd/out/terronnd.wasm"
"wasm-opt -O1 --signext-lowering -o fbw-a32nx/out/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/panel/terronnd.wasm fbw-common/src/wasm/terronnd/out/terronnd.wasm"
], [
"fbw-common/src/wasm/terronnd",
"fbw-a32nx/out/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/panel/terronnd.wasm",
Expand Down

0 comments on commit 906f432

Please sign in to comment.