hotfixes
This commit is contained in:
parent
a88215a95b
commit
1ce7f27d8d
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Install required packages
|
||||
run: apt install -y
|
||||
run: sudo apt-get install -y
|
||||
git
|
||||
|
||||
clang
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ set(LUAU_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
|||
add_subdirectory(${DEPENDENCIES_DIR}/Luau ${CMAKE_BINARY_DIR}/Dependencies/Luau)
|
||||
|
||||
# RNR
|
||||
add_link_options(-static)
|
||||
link_libraries(-static-libgcc -static-libstdc++)
|
||||
|
||||
add_subdirectory(Engine)
|
||||
add_subdirectory(Client)
|
||||
Loading…
Reference in New Issue