Skip to content

Commit a413b06

Browse files
committed
fix build
1 parent 7bf15ba commit a413b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdw-su95x/src/wasm/fadec_a320/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# get directory of this script relative to root
44
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5-
COMMON_DIR="${DIR}/../../../../flybywire/fbw-common/src/wasm"
5+
COMMON_DIR="${DIR}/../../../../build-su95x-common/src/wasm"
66
OUTPUT="${DIR}/../../../../build-su95x/out/headwindsim-aircraft-su100-95/SimObjects/Airplanes/Headwind_SU95/panel/fadec.wasm"
77

88
if [ "$1" == "--debug" ]; then

0 commit comments

Comments
 (0)