]> git.seodisparate.com - jumpartifact.com_demo_0/commitdiff
Fix typo in third_party_build/wasm_make_raylib.sh
authorStephen Seo <seo.disparate@gmail.com>
Tue, 12 Dec 2023 08:02:24 +0000 (17:02 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 12 Dec 2023 08:02:24 +0000 (17:02 +0900)
third_party_build/wasm_make_raylib.sh

index 35d1a7855fe4b3759e946e5ccbf27114b79faa7f..447d6b8e30326ae017dc3162a06333a1b67ae273 100755 (executable)
@@ -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