Use gcc -E as preprocessor, as cpp will cause problems on OSX.
[b43-tools.git] / assembler / b43-asm
index 11e771901ec6285eb07d66d0affcbf2fb12cb611..0f2476aa34e86e108559f40e48f5bcfd4aec492e 100755 (executable)
@@ -10,7 +10,7 @@
 # The b43-asm backend binary
 B43_ASM="b43-asm.bin"
 # The C preprocessor binary
-CPP="cpp"
+CPP="gcc -E"
 
 
 # This variable is changed by the installer scripts.