Skip to content

Commit d5cff26

Browse files
Fixed typo in build scripts
1 parent e013955 commit d5cff26

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gcs_key_file.json
2121
*_build/
2222
*_unity/
2323
*_unity_seperate/
24+
*_unity_separate/
2425

2526
# Windows ignore
2627
vcpkg

build_windows_x32.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ if %errorlevel% neq 0 (SET status=%errorlevel%)
5353
:: CALL :BUILD mono, "-DFIREBASE_INCLUDE_MONO=ON"
5454
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
5555

56-
CALL :BUILD unity_seperate, "-DFIREBASE_INCLUDE_UNITY=ON -DFIREBASE_UNI_LIBRARY=OFF"
56+
CALL :BUILD unity_separate, "-DFIREBASE_INCLUDE_UNITY=ON -DFIREBASE_UNI_LIBRARY=OFF"
5757
if %errorlevel% neq 0 (SET status=%errorlevel%)
5858

5959
:: TODO: Fix mono build to not need unity deps
60-
:: CALL :BUILD mono_seperate, "-DFIREBASE_INCLUDE_MONO=ON -DFIREBASE_UNI_LIBRARY=OFF"
60+
:: CALL :BUILD mono_separate, "-DFIREBASE_INCLUDE_MONO=ON -DFIREBASE_UNI_LIBRARY=OFF"
6161
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
6262

6363
EXIT /B %status%

build_windows_x64.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ if %errorlevel% neq 0 (SET status=%errorlevel%)
5353
:: CALL :BUILD mono, "-DFIREBASE_INCLUDE_MONO=ON"
5454
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
5555

56-
CALL :BUILD unity_seperate, "-DFIREBASE_INCLUDE_UNITY=ON -DFIREBASE_UNI_LIBRARY=OFF"
56+
CALL :BUILD unity_separate, "-DFIREBASE_INCLUDE_UNITY=ON -DFIREBASE_UNI_LIBRARY=OFF"
5757
if %errorlevel% neq 0 (SET status=%errorlevel%)
5858

5959
:: TODO: Fix mono build to not need unity deps
60-
:: CALL :BUILD mono_seperate, "-DFIREBASE_INCLUDE_MONO=ON -DFIREBASE_UNI_LIBRARY=OFF"
60+
:: CALL :BUILD mono_separate, "-DFIREBASE_INCLUDE_MONO=ON -DFIREBASE_UNI_LIBRARY=OFF"
6161
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
6262

6363
EXIT /B %status%

0 commit comments

Comments
 (0)