mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-28 14:31:50 +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)
|
||||
|
||||
# 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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user