File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -616,7 +616,7 @@ namespace
616616 {
617617 ssLOG_WARNING ( " Trying to link static dependency when script is being " <<
618618 " built as shared. Linking might not work on some platforms." );
619-
619+ ssLOG_WARNING ( " If failing to link, consider using --executable instead " );
620620 // TODO: Maybe revert the default back to executable?
621621 }
622622
Original file line number Diff line number Diff line change 3636
3737## High Priority
3838
39+ - Rename "OtherFilesToBeCompiled" to "SourceFiles"
40+ - Expose/rename "InternalExecutableShared" and change BuildType to be platform map
41+ - This ties to the warning in ` CompilingLinking.cpp:619 `
3942- Update ` FileProperties.hpp ` to use list of string for prefix and extension
4043 - Merge ` SharedLinkFile ` and ` SharedLibraryFile `
4144- Add the ability for user to specify custom substitution options which applies to all fields
You can’t perform that action at this time.
0 commit comments