This commit is contained in:
rjindael 2023-07-17 23:20:04 -07:00
parent a88215a95b
commit 1ce7f27d8d
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
submodules: recursive
- name: Install required packages
run: apt install -y
run: sudo apt-get install -y
git
clang

View File

@ -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)