blob: dec6b8d306fc06ede778d5e7f5ab0a53f52cb9d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
From: Julian Ospald <hasufell@gentoo.org>
Date: Sun Sep 8 12:25:19 UTC 2013
Subject: respect our gentoo settings
this has to be at this place or later
otherwise some of our settings would be overwritten
--- a/bam.lua
+++ b/bam.lua
@@ -168,6 +168,8 @@
-- set some platform specific settings
settings.cc.includes:Add("src")
+ dofile("gentoo.lua") addSettings(settings)
+
if family == "unix" then
if platform == "macosx" then
settings.link.frameworks:Add("Carbon")
|