Fix typo in third_party_build/wasm_make_raylib.sh
This commit is contained in:
parent
7797779618
commit
be069d8ab1
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ pushd src >&/dev/null
|
||||||
# Save the library
|
# Save the library
|
||||||
install -D -m444 libraylib.a "$OUTPUT_DIR/lib/libraylib.a"
|
install -D -m444 libraylib.a "$OUTPUT_DIR/lib/libraylib.a"
|
||||||
|
|
||||||
# Save the library and relevant headers
|
# Save the relevant headers
|
||||||
for header in libraylib.a raylib.h raymath.h; do
|
for header in raylib.h raymath.h; do
|
||||||
install -D -m444 "$header" "$OUTPUT_DIR/include/$header"
|
install -D -m444 "$header" "$OUTPUT_DIR/include/$header"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue