[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 2c23b9: [ocaml] [sim] Switched
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 2c23b9: [ocaml] [sim] Switched to dynamic linking on OS X. |
Date: |
Mon, 23 Mar 2015 14:43:00 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 2c23b9754d8d2bb78cf73792715f310d23d5d828
https://github.com/paparazzi/paparazzi/commit/2c23b9754d8d2bb78cf73792715f310d23d5d828
Author: Piotr Esden-Tempski <address@hidden>
Date: 2015-03-23 (Mon, 23 Mar 2015)
Changed paths:
M conf/Makefile.sim
Log Message:
-----------
[ocaml] [sim] Switched to dynamic linking on OS X.
An interesting lesson here is that ocamlc assumes that all .so files are
shared libraries. It does not do the same for .dylib files. This is why
we have to compile a dylib and save it away as a .so so that ocamlc is
able to do the right thing.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 2c23b9: [ocaml] [sim] Switched to dynamic linking on OS X.,
GitHub <=