File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ gcs_key_file.json
21
21
* _build /
22
22
* _unity /
23
23
* _unity_seperate /
24
+ * _unity_separate /
24
25
25
26
# Windows ignore
26
27
vcpkg
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ if %errorlevel% neq 0 (SET status=%errorlevel%)
53
53
:: CALL :BUILD mono, "-DFIREBASE_INCLUDE_MONO=ON"
54
54
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
55
55
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"
57
57
if %errorlevel% neq 0 (SET status=%errorlevel% )
58
58
59
59
:: 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"
61
61
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
62
62
63
63
EXIT /B %status%
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ if %errorlevel% neq 0 (SET status=%errorlevel%)
53
53
:: CALL :BUILD mono, "-DFIREBASE_INCLUDE_MONO=ON"
54
54
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
55
55
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"
57
57
if %errorlevel% neq 0 (SET status=%errorlevel% )
58
58
59
59
:: 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"
61
61
:: if %errorlevel% neq 0 (SET status=%errorlevel%)
62
62
63
63
EXIT /B %status%
You can’t perform that action at this time.
0 commit comments