Changeset 1829
- Timestamp:
- 05/10/10 12:32:37 (2 years ago)
- Files:
-
- branches/libffado-2.0/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/SConstruct
r1826 r1829 149 149 context.Message( "Checking for a working C-compiler " ) 150 150 ret = context.TryRun( """ 151 #include <std lib.h>151 #include <stdio.h> 152 152 153 153 int main() {
