Skip to content

Commit

Permalink
Fix darwin compile
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Nov 14, 2024
1 parent d5c3e69 commit 4e48740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gctools/snapshotSaveLoad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2725,7 +2725,7 @@ void* snapshot_save_impl(void* data) {
#ifdef _TARGET_OS_DARWIN
cmd = CXX_BINARY " " BUILD_LINKFLAGS " -o" + snapshot_data->_FileName +
" -sectcreate " SNAPSHOT_SEGMENT " " SNAPSHOT_SECTION " " + filename + " -Wl,-force_load," + snapshot_data->_LibDir +
"/libiclasp.a -lclasp" BUILD_LIB;
"/libiclasp.a -lclasp " BUILD_LIB;
#endif

std::cout << "Link command:" << std::endl << std::flush;
Expand Down

0 comments on commit 4e48740

Please sign in to comment.