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
|
||||
install -D -m444 libraylib.a "$OUTPUT_DIR/lib/libraylib.a"
|
||||
|
||||
# Save the library and relevant headers
|
||||
for header in libraylib.a raylib.h raymath.h; do
|
||||
# Save the relevant headers
|
||||
for header in raylib.h raymath.h; do
|
||||
install -D -m444 "$header" "$OUTPUT_DIR/include/$header"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue