Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit ec9f543

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
Compile semla before omc
declare the functions in systemimpl Belonging to [master]: - #2212
1 parent 0c3f696 commit ec9f543

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Compiler/runtime/systemimpl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "openmodelica.h"
3434
#include "omc_config.h"
3535

36+
extern const char* System_modelicaPlatform();
37+
extern const char* System_dirname(const char* str);
3638
char* _replace(const char* source_str,
3739
const char* search_str,
3840
const char* replace_str);

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ include Makefile.common
7878
settings:
7979

8080
ifeq ($(OMENCRYPTION),yes)
81-
omc: omc-bootstrapped semla
81+
omc: semla omc-bootstrapped
8282
else
8383
omc: omc-bootstrapped
8484
endif

0 commit comments

Comments
 (0)