Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 committed Dec 24, 2024
1 parent 251db17 commit 4c03f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (ENABLE_LTO)
add_compile_options(-flto=full)
endif()

project(shadPS4)
project(shadPS4 CXX C ASM)

# Forcing PIE makes sure that the base address is high enough so that it doesn't clash with the PS4 memory.
if(UNIX AND NOT APPLE)
Expand Down

0 comments on commit 4c03f63

Please sign in to comment.