mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-01 10:31:57 +00:00
fix comment
This commit is contained in:
parent
ba8abcedce
commit
a7b75dcecc
@ -32,7 +32,7 @@ add_library(Library SHARED library.c library.h)
|
|||||||
target_link_options(Library PUBLIC -Wl,-bE:${CMAKE_CURRENT_SOURCE_DIR}/library.exp)
|
target_link_options(Library PUBLIC -Wl,-bE:${CMAKE_CURRENT_SOURCE_DIR}/library.exp)
|
||||||
|
|
||||||
# Note: Step 1 & 2 are equivalent to the command:
|
# Note: Step 1 & 2 are equivalent to the command:
|
||||||
# powerpc-apple-macos-gcc -shared -bE:library.exp library.c -o libLibrary.so
|
# powerpc-apple-macos-gcc -shared -Wl,-bE:library.exp library.c -o libLibrary.so
|
||||||
|
|
||||||
# Step 3: Convert the library to PEF format:
|
# Step 3: Convert the library to PEF format:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user