Skip to content

Commit

Permalink
not sure why, this change is now needed to build mydll project
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Ramirez committed Jun 8, 2021
1 parent b05cd5b commit fc815c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,7 +6,8 @@ sysbuild
log.txt
externals
support
build
build/
build-*/
*.o
*.dylib

Expand Down
2 changes: 1 addition & 1 deletion source/advanced/dllexample/CMakeLists.txt
Expand Up @@ -38,7 +38,7 @@ if (APPLE)
target_link_options(
mydll
PUBLIC
"-Wl,-U,_object_post"
"-Wl,-U,_post"
"-Wl,-install_name,@loader_path/../../../../support/mydll.dylib"
)
else ()
Expand Down

0 comments on commit fc815c0

Please sign in to comment.