Skip to content

Commit

Permalink
Link the library against admesh
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Sep 8, 2015
1 parent c78b7b1 commit d031ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ solution "stlsplit"
kind "SharedLib"
files { "stlsplit.cpp", "*.h" }
targetname ("stlsplit")
links { "admesh" }
configuration { "linux" }
targetextension (".so.1")
linkoptions { "-Wl,-soname,libstlsplit.so.1" }
Expand All @@ -29,7 +30,6 @@ solution "stlsplit"
targetextension (".1.dylib")
postbuildcommands { "ln -sf libstlsplit.1.dylib build/libstlsplit.dylib" }
--cleancommands { "rm build/libstlsplit.dylib || :" }
links { "admesh" }

project "cli"
kind "ConsoleApp"
Expand Down

0 comments on commit d031ffb

Please sign in to comment.