Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-linking-1' into fix-linking-1
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Jan 10, 2025
2 parents 07dbb39 + a93d093 commit 128cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else()
endif()

if (PORTABLE)
target_link_libraries(emulator PUBLIC emulator_static git -static-libgcc -static-libstdc++))
target_link_libraries(emulator PUBLIC emulator_static git -static-libgcc -static-libstdc++)
else()
target_link_libraries(emulator PUBLIC emulator_static git)
endif()
Expand Down

0 comments on commit 128cdb9

Please sign in to comment.